summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-22 10:13:37 +0000
committerJim Meyering <jim@meyering.net>2006-08-22 10:13:37 +0000
commitcf7d6fe7bf3259645a26c92b6bfbf27648aabf22 (patch)
treee414e0c00b0ff0ec542890ac6f2c575eb2e6aae6 /ChangeLog
parent86e16425417ed0d1f2da42b7b6e7145d69864091 (diff)
downloadcoreutils-cf7d6fe7bf3259645a26c92b6bfbf27648aabf22.tar.xz
Move the check-AUTHORS rule to be run as part of "make distcheck",
rather than "make check". * src/Makefile.am (check): Don't depend on check-AUTHORS; it would cause "make check" to fail on systems unable to build all binaries. * Makefile.maint (check-AUTHORS): New rule. (local-checks-available): Add it here. Reported by Bruno Haible. Needed for BeOS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e35cb3339..a3bc7d6bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-08-22 Jim Meyering <jim@meyering.net>
+
+ Move the check-AUTHORS rule to be run as part of "make distcheck",
+ rather than "make check".
+ * src/Makefile.am (check): Don't depend on check-AUTHORS; it would
+ cause "make check" to fail on systems unable to build all binaries.
+ * Makefile.maint (check-AUTHORS): New rule.
+ (local-checks-available): Add it here.
+ Reported by Bruno Haible. Needed for BeOS.
+
2006-08-21 Paul Eggert <eggert@cs.ucla.edu>
* src/df.c (print_header, show_dev): Use a column width that