diff options
author | Jim Meyering <meyering@redhat.com> | 2009-02-18 16:09:45 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-02-18 16:09:45 +0100 |
commit | 0e40e9de57589095dba048a64dd842c116916dc3 (patch) | |
tree | af41ca6337b9509a2153e757bd9dfbaac062bbd4 | |
parent | 0a3f944791cf93b6abbb544ee0b4df6f2b777351 (diff) | |
download | coreutils-0e40e9de57589095dba048a64dd842c116916dc3.tar.gz coreutils-0e40e9de57589095dba048a64dd842c116916dc3.tar.bz2 coreutils-0e40e9de57589095dba048a64dd842c116916dc3.zip |
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.
-rw-r--r-- | cfg.mk | 2 | ||||
-rw-r--r-- | maint.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ gnulib_dir = /gnulib # Now that we have better (check.mk) tests, make this the default. export VERBOSE = yes -old_NEWS_hash = e56dee27333ad86eaf0aa7ac7d04fca5 - +old_NEWS_hash = 791cf10529d00853f6363ca67f360747 - # Ensure that the list of O_ symbols used to compute O_FULLBLOCK is complete. dd = $(srcdir)/src/dd.c @@ -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: |