summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-06-18 22:06:42 +0000
committerJim Meyering <jim@meyering.net>2006-06-18 22:06:42 +0000
commited91e298a4b51ab184b6c22a2b7e61a357795382 (patch)
tree4038df209a49bf2ded7ef4759e0b0bb3fd7d1138
parent48d2f622135c22a99f5733f8019dfc261aaf4058 (diff)
downloadcoreutils-ed91e298a4b51ab184b6c22a2b7e61a357795382.tar.xz
* Makefile.cfg (local-checks-to-skip): Add changelog-check,
so this check is not run as part of "make distcheck".
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.cfg9
2 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0970cfe9a..2b766ccd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-19 Jim Meyering <jim@meyering.net>
+
+ * Makefile.cfg (local-checks-to-skip): Add changelog-check,
+ so this check is not run as part of "make distcheck".
+
2006-06-18 Bob Proulx <bob@proulx.com> (tiny change)
* tests/misc/pwd-long: Fix typo (s/neq/ne/) in previous change.
diff --git a/Makefile.cfg b/Makefile.cfg
index af42d015c..7a5a90457 100644
--- a/Makefile.cfg
+++ b/Makefile.cfg
@@ -1,5 +1,5 @@
# Customize Makefile.maint. -*- makefile -*-
-# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -50,5 +50,8 @@ local_updates = wget-update cvs-update
# The GnuPG ID of the key used to sign the tarballs.
gpg_key_ID = D333CBA1
-# Tests not to run.
-local-checks-to-skip =
+# Tests not to run as part of "make distcheck".
+# Exclude changelog-check here so that there's less churn in ChangeLog
+# files -- otherwise, you'd need to have the upcoming version number
+# at the top of the file for each `make distcheck' run.
+local-checks-to-skip = changelog-check