From 2a8b497f35cbc9548eff83752c37fc0ff0ab25cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Sun, 18 Oct 2015 21:15:35 +0100 Subject: [PATCH] maint.mk: sc_tight_scope: remove extraneous expressions * top/maint.mk (tight_scope): This is not really required since commit 3ef58f46 as sed_wrap ensures we don't get an empty expression that matches all nm entries. But it does remove extraneous entries that may be confusing or cause issue in future maintenance. --- ChangeLog | 8 ++++++++ top/maint.mk | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3a9768e843..ae7ec704b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-10-18 Pádraig Brady
+
+ maint.mk: sc_tight_scope: remove extraneous expressions
+ * top/maint.mk (tight_scope): This is not really required since
+ commit 3ef58f46 as sed_wrap ensures we don't get an empty expression
+ that matches all nm entries. But it does remove extraneous entries
+ that may be confusing or cause issue in future maintenance.
+
2015-10-18 Paul Eggert