summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2016-12-13 16:17:07 -0800
committerJim Meyering <meyering@fb.com>2016-12-13 16:17:13 -0800
commit84d6ae06c287eb4b7254fa85d6b771fd8b4dffc4 (patch)
treea0025e7025386ec696e532dbc96cc27375f72ba5 /cfg.mk
parent4ef91621ab74bbf1ba3d05cc34ee7b059c75074a (diff)
downloadgrep-84d6ae06c287eb4b7254fa85d6b771fd8b4dffc4.tar.gz
maint: tell "syntax-check" not to worry about the NEWS update
Whenever we change "old" NEWS, we have to update this checksum. Otherwise, a "make syntax-check" test that guards against a class of logical merge conflicts will fail. * cfg.mk (old_NEWS_hash): Update this hash to accommodate the recent clarification of a 2.27 NEWS entry.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 65f7bd1e..aa4ea85d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -55,7 +55,7 @@ export VERBOSE = yes
# 1127556 9e
export XZ_OPT = -6e
-old_NEWS_hash = e575ffe82bcad4081ae13e157c5f9072
+old_NEWS_hash = d4a1c9c6c0b35de3b2c86b8f7d35b43e
# Many m4 macros names once began with 'jm_'.
# Make sure that none are inadvertently reintroduced.