]> git.saurik.com Git - bison.git/commitdiff
* bootstrap (slurp): Create target directories that don't exist.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 17 Jul 2007 02:28:28 +0000 (02:28 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 17 Jul 2007 02:28:28 +0000 (02:28 +0000)
Specifically, we need lib/uniwidth/ because of recent Gnulib changes.

ChangeLog
bootstrap
lib/.cvsignore
m4/.cvsignore

index 8f331164f4a3201fcf5cdd6c61fc2445e411d139..0ef3bd883e5be3d03bcd367b385220705ca5243f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-10  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       * bootstrap (slurp): Create target directories that don't exist.
+       Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
+
 2007-07-09  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        * LR0.c (new_itemsets): Fix wording in comments: say item index rather
index 3294085057373b9d8a1146f48de8e39208b42286..b1020421beeeb012ba28314017bd979c314c5ebc 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -395,7 +395,12 @@ slurp() {
     copied=
     sep=
     for file in `ls $1/$dir`; do
-      test -d $1/$dir/$file && continue
+      if test -d $1/$dir/$file; then
+        if test ! -d $dir/$file; then
+          echo "$0: mkdir $dir/$file" && mkdir $dir/$file || exit
+        fi
+        continue
+      fi
       for excluded_file in $excluded_files; do
        test "$dir/$file" = "$excluded_file" && continue 2
       done
index 6a7d55a309da474cdfda608a15eb3503af323b01..9063a529d869622b6e7c30c1d38c693b0f482a45 100644 (file)
@@ -9,6 +9,7 @@ c-ctype.h
 c-strcase.h
 c-strcasecmp.c
 c-strncasecmp.c
+config.charset
 config.h
 config.hin
 configmake.h
@@ -32,6 +33,8 @@ hash.c
 hash.h
 inttypes.h
 inttypes_.h
+localcharset.c
+localcharset.h
 malloc.c
 mbswidth.c
 mbswidth.h
@@ -42,6 +45,8 @@ quote.c
 quote.h
 quotearg.c
 quotearg.h
+ref-add.sin
+ref-del.sin
 stamp-h1
 stdbool.h
 stdbool_.h
@@ -52,6 +57,7 @@ stdio-safer.h
 stdlib.h
 stdlib_.h
 stpcpy.c
+streq.h
 strerror.c
 string.h
 string_.h
@@ -66,12 +72,15 @@ unistd--.h
 unistd-safer.h
 unistd.h
 unistd_.h
+unitypes.h
+uniwidth.h
 unlocked-io.h
 verify.h
 wchar.h
 wchar_.h
 wctype.h
 wctype_.h
+wcwidth.c
 wcwidth.h
 xalloc-die.c
 xalloc.h
index 730e39f8624551d6623a397f74927478cd765888..8397d91221728ad31e0eca360fd5b3a16f2f4c02 100644 (file)
@@ -26,6 +26,7 @@ javaexec.m4
 lib-ld.m4
 lib-link.m4
 lib-prefix.m4
+localcharset.m4
 longlong.m4
 mbrtowc.m4
 mbstate_t.m4