diff options
| author | Jim Meyering <meyering@redhat.com> | 2007-11-14 23:52:42 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2007-11-14 23:52:42 +0100 |
| commit | 47a46c844c712f24c5f226743227ae85760f9def (patch) | |
| tree | 2488aaa7c319b053159cc2f878fa565e45d06f5f | |
| parent | src/install.c (setdefaultfilecon): Stub-out the entire function. (diff) | |
| download | coreutils-47a46c844c712f24c5f226743227ae85760f9def.tar.gz coreutils-47a46c844c712f24c5f226743227ae85760f9def.zip | |
Another bootstrap kludge.
* bootstrap: Ensure gnulib-tests/test-*.sh are executable
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rwxr-xr-x | bootstrap | 4 |
2 files changed, 6 insertions, 1 deletions
@@ -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'." |
