summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-27 19:50:27 +0100
committerJim Meyering <meyering@redhat.com>2007-11-27 20:03:08 +0100
commit9696161574e385795a74b4d6cb41b08dd0b4e4dd (patch)
tree49843b989065c37bf78e028971be7e7cf8b7817a
parent3a60f14cbb1520954ed0a3fcdbbe62523de13d04 (diff)
downloadcoreutils-9696161574e385795a74b4d6cb41b08dd0b4e4dd.tar.xz
Don't block use of 'cat' or 'wc' in "make check".
* Makefile.maint (my-distcheck): Add "cat" and "wc" to the list of programs that we can't blacklist.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.maint2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e04cd106b..323cfe876 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-11-27 Jim Meyering <meyering@redhat.com>
+ Don't block use of 'cat' or 'wc' in "make check".
+ * Makefile.maint (my-distcheck): Add "cat" and "wc" to the list
+ of programs that we can't blacklist.
+
Fix md5sum+sha*sum on sparc: regenerate files with latest autoconf.
* configure et al: Regenerate with very latest version of autoconf
(v2.61a-312-gb524b0f), to fix md5sum and sha*sum miscompilation
diff --git a/Makefile.maint b/Makefile.maint
index 5671f292a..c8d4fec8d 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -598,7 +598,7 @@ my-distcheck: $(local-check) $(release_archive_dir)/$(prev-tgz)
&& for i in $(built_programs); do \
case $$i in \
rm|expr|basename|echo|sort|ls|tr);; \
- mv|dirname);; \
+ cat|dirname|mv|wc);; \
*) ln $(bin)/loser $(bin)/$$i;; \
esac; \
done \