maint.mk: fix syntax checks without exclusions
authorEric Blake <eblake@redhat.com>
Fri, 30 Mar 2012 02:47:55 +0000 (20:47 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 30 Mar 2012 03:00:47 +0000 (21:00 -0600)
commit3d0ba3fe7865e7030b4d2097f122e64b16f0a5c9
tree2fc75c677644f421a758d881af6c2fbc0810a184
parentff2219ecb13f22326c5b985fd981cb50e23cdb14
maint.mk: fix syntax checks without exclusions

Commit 727075d0 skipped per-line exclusions if ${exclude} is left
undefined, but was immediately broken by commit 44de969c which
always initialized the variable to the empty string.

* top/maint.mk (_sc_search_regexp): Allow for empty variable.
Reported by Daniel P. Berrange.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
top/maint.mk