mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-11 09:51:56 +02:00
Another bootstrap kludge.
* bootstrap: Ensure gnulib-tests/test-*.sh are executable
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2007-11-14 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
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.
|
||||
|
||||
@@ -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'."
|
||||
|
||||
Reference in New Issue
Block a user