aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-14 23:52:42 +0100
committerJim Meyering <meyering@redhat.com>2007-11-14 23:52:42 +0100
commit47a46c844c712f24c5f226743227ae85760f9def (patch)
tree2488aaa7c319b053159cc2f878fa565e45d06f5f
parentsrc/install.c (setdefaultfilecon): Stub-out the entire function. (diff)
downloadcoreutils-47a46c844c712f24c5f226743227ae85760f9def.tar.gz
coreutils-47a46c844c712f24c5f226743227ae85760f9def.zip
Another bootstrap kludge.
* bootstrap: Ensure gnulib-tests/test-*.sh are executable
-rw-r--r--ChangeLog3
-rwxr-xr-xbootstrap4
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d59855726..308a4a53c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/bootstrap b/bootstrap
index b1d17a33e..e51cb08a9 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'."