]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
maint: optimize locale.h syntax check
authorEric Blake <eblake@redhat.com>
Wed, 4 Jun 2014 17:07:59 +0000 (11:07 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 4 Jun 2014 17:09:12 +0000 (11:09 -0600)
commitd804a58a15fa79cb5a4f0aa7d98d45cb690ce637
tree085cf88534b88cf1e0c387815613ef42e4defd93
parent9e0cbcd8887edeefa45c2151fa897146ed6d823d
maint: optimize locale.h syntax check

Reusing the maint.mk code allows for a more efficient syntax check
(fewer grep processes), and a more compact representation of what
we are really checking for in commit 1919e35.

* cfg.mk (sc_require_locale_h): Use maint.mk loop instead of
rolling our own.

Signed-off-by: Eric Blake <eblake@redhat.com>
cfg.mk