diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | bootstrap | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2007-02-18 Jim Meyering <jim@meyering.net> + + * bootstrap: Use "._bootmp" as the temporary directory name, + not ".#bootmp". The latter's "#" caused trouble with the new, + gnulib-added "LINK_WARNING_H = $(top_srcdir)/.#bootmp/..." line. + 2007-02-14 Paul Eggert <eggert@cs.ucla.edu> * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase. @@ -416,7 +416,7 @@ slurp() { # Create boot temporary directories to import from gnulib and gettext. -bt='.#bootmp' +bt='._bootmp' bt2=${bt}2 rm -fr $bt $bt2 && mkdir $bt $bt2 || exit |