From: Pádraig Brady
Date: Sun, 18 Oct 2015 20:15:35 +0000 (+0100) Subject: maint.mk: sc_tight_scope: remove extraneous expressions X-Git-Tag: v1.0~6919 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=2a8b497f35cbc9548eff83752c37fc0ff0ab25cc;p=gnulib.git 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. --- 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