maint.mk: allow fine-grained syntax-check exclusion via Make variables
authorJim Meyering <meyering@redhat.com>
Wed, 16 Mar 2011 11:14:21 +0000 (12:14 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 16 Mar 2011 11:14:21 +0000 (12:14 +0100)
commit0baae9cadd08c9704e3c704dd69fb75640293e9d
tree3da5d91d6868fb01b5850a487e97cbc8faf91373
parent235131bfe7593a71a35535221883f6e244408de0
maint.mk: allow fine-grained syntax-check exclusion via Make variables

Before, you would have had to create one .x-sc_ file per rule in order
to exempt offending files.  Now, you may instead use a Make variable --
usually defined in cfg.mk -- whose name identifies the affected rule.
* top/maint.mk (_sc_excl): Define.
(VC_LIST_EXCEPT): Use it to exclude names on a per-rule basis.
(_sc_search_regexp): When not using VC_LIST_EXCEPT, exclude here, too.
ChangeLog
top/maint.mk