From: Jim Meyering Date: Wed, 14 Nov 2007 22:52:42 +0000 (+0100) Subject: Another bootstrap kludge. X-Git-Tag: v6.9.90~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47a46c844c712f24c5f226743227ae85760f9def;p=thirdparty%2Fcoreutils.git Another bootstrap kludge. * bootstrap: Ensure gnulib-tests/test-*.sh are executable --- diff --git a/ChangeLog b/ChangeLog index d598557267..308a4a53c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-11-14 Jim Meyering + Another bootstrap kludge. + * bootstrap: Ensure gnulib-tests/test-*.sh are executable + #ifdef-out matchpathcon-related code, for now. * src/install.c (setdefaultfilecon): #ifdef-out all of the matchpathcon-related code, until it's more efficient. diff --git a/bootstrap b/bootstrap index b1d17a33e9..e51cb08a95 100755 --- a/bootstrap +++ b/bootstrap @@ -598,10 +598,12 @@ if test $with_gettext = yes; then fi fi -# Horrible, coreutils-specific kludge. +# Horrible, coreutils-specific kludges. # Change paths in gnulib-tests/gnulib.mk from "../.." to "..". m=gnulib-tests/gnulib.mk sed 's,\.\./\.\.,..,g' $m > $m-t mv -f $m-t $m +chmod a+x gnulib-tests/test-*.sh + echo "$0: done. Now you can run './configure'."