From d07d81df2721a43b7b1dfd14e7c9b856bc5f4309 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 18 Feb 2007 12:06:01 +0100 Subject: * 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. --- ChangeLog | 6 ++++++ bootstrap | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a7b0b68d..ecc090da2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-02-18 Jim Meyering + + * 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 * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase. diff --git a/bootstrap b/bootstrap index 28fb9ef15..215d3e82c 100755 --- 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 -- cgit v1.2.3-70-g09d2