From: Jim Meyering Date: Sun, 18 Feb 2007 11:06:01 +0000 (+0100) Subject: * bootstrap: Use "._bootmp" as the temporary directory name, X-Git-Tag: COREUTILS-6_8~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d07d81df2721a43b7b1dfd14e7c9b856bc5f4309;p=platform%2Fupstream%2Fcoreutils.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 9a7b0b6..ecc090d 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 28fb9ef..215d3e8 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