maint.mk: avoid using a temporary file in the always-defined-macros check
authorJim Meyering <meyering@redhat.com>
Mon, 10 May 2010 07:29:09 +0000 (09:29 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 10 May 2010 07:29:09 +0000 (09:29 +0200)
commit204e7feaf617b2e14fdf1226dfaf858e984c1737
tree1d33c289aa1d6b19497101587b5f0ea2d478ca23
parent820c292d76905e6f66ac99dbe2caaf3ce0c61121
maint.mk: avoid using a temporary file in the always-defined-macros check

* top/maint.mk (.re-defmac): Remove rule.
(gl_trap_): Remove definition.
(sc_prohibit_always-defined_macros): Rewrite not to create and
depend on a temporary file.  Instead, depend on GNU grep's ability
to read a list of regular expressions from stdin when given "-f -".
ChangeLog
top/maint.mk