summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-12-20 14:03:12 +0100
committerJim Meyering <meyering@redhat.com>2007-12-20 14:03:12 +0100
commit8ddc5056f21039a319a65bece258eccf479e35f8 (patch)
tree8181eaedc80e72448e7598e6fdac7c37124a3142 /ChangeLog
parent875e96efab820c5c0d240375d85d6c45b36ef3f2 (diff)
downloadcoreutils-8ddc5056f21039a319a65bece258eccf479e35f8.tar.xz
Avoid spurious "make check" failures due to omitted programs.
* man/Makefile.am (distcheck-hook): Make check rules dependents of this target, not of check-local, so that people aren't distracted by failures due to programs omitted via --enable-no-install-program=...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df016fade..427f78e50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-20 Jim Meyering <meyering@redhat.com>
+
+ Avoid spurious "make check" failures due to omitted programs.
+ * man/Makefile.am (distcheck-hook): Make check rules dependents of
+ this target, not of check-local, so that people aren't distracted by
+ failures due to programs omitted via --enable-no-install-program=...
+
2007-12-19 Paul Eggert <eggert@cs.ucla.edu>
* src/uniq.c (usage): Improve wording in --help "Note".