summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-02-18 16:09:45 +0100
committerJim Meyering <meyering@redhat.com>2009-02-18 16:09:45 +0100
commit0e40e9de57589095dba048a64dd842c116916dc3 (patch)
treeaf41ca6337b9509a2153e757bd9dfbaac062bbd4 /maint.mk
parent0a3f944791cf93b6abbb544ee0b4df6f2b777351 (diff)
downloadcoreutils-0e40e9de57589095dba048a64dd842c116916dc3.tar.xz
maint: changing NEWS' copyright date must not invalidate checksum
* maint.mk (NEWS_hash): Don't let the Copyright date line contribute to the checksum. * cfg.mk (old_NEWS_hash): Update to reflect the new policy.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index 72b986c3f..f1c1e8ae2 100644
--- a/maint.mk
+++ b/maint.mk
@@ -426,7 +426,7 @@ sc_const_long_option:
NEWS_hash = \
$$(sed -n '/^\*.* $(PREV_VERSION_REGEXP) ([0-9-]*)/,$$p' \
- $(srcdir)/NEWS | md5sum -)
+ $(srcdir)/NEWS | grep -v '^Copyright .*Free Software' | md5sum -)
# Ensure that we don't accidentally insert an entry into an old NEWS block.
sc_immutable_NEWS: