Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
+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
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
c-strcase.h
c-strcasecmp.c
c-strncasecmp.c
+config.charset
config.h
config.hin
configmake.h
hash.h
inttypes.h
inttypes_.h
+localcharset.c
+localcharset.h
malloc.c
mbswidth.c
mbswidth.h
quote.h
quotearg.c
quotearg.h
+ref-add.sin
+ref-del.sin
stamp-h1
stdbool.h
stdbool_.h
stdlib.h
stdlib_.h
stpcpy.c
+streq.h
strerror.c
string.h
string_.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
lib-ld.m4
lib-link.m4
lib-prefix.m4
+localcharset.m4
longlong.m4
mbrtowc.m4
mbstate_t.m4