]> xenbits.xensource.com Git - libvirt.git/commit
maint: avoid doubled name in syntax check failures
authorEric Blake <eblake@redhat.com>
Tue, 4 Sep 2012 23:40:04 +0000 (17:40 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 5 Sep 2012 17:16:20 +0000 (11:16 -0600)
commit60efb600187f65d6db4a2a546a1e392257a7f4c6
tree799cce055577944a069e0ab142ef9cf73343cfb2
parent44342a0efe650499d935f3868df73174ff2e7b8b
maint: avoid doubled name in syntax check failures

Based on the similar gnulib commit 96ad9077.  The use of
$(_sc_search_regexp) already injects $(ME) into any output
messages, so a failure of these rules would look like this,
pre-patch:

maint.mk: maint.mk: use virStrToLong_*, not strtol variants

* cfg.mk (sc_prohibit_strncmp, sc_prohibit_strtol)
(sc_libvirt_unmarked_diagnostics): Drop redundant $(ME).
cfg.mk