* bootstrap: Use "._bootmp" as the temporary directory name,
authorJim Meyering <jim@meyering.net>
Sun, 18 Feb 2007 11:06:01 +0000 (12:06 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 18 Feb 2007 11:06:01 +0000 (12:06 +0100)
not ".#bootmp".  The latter's "#" caused trouble with the new,
gnulib-added "LINK_WARNING_H = $(top_srcdir)/.#bootmp/..." line.

ChangeLog
bootstrap

index 9a7b0b6..ecc090d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 28fb9ef..215d3e8 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -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