From: Daniel P. Berrangé Date: Wed, 8 Jan 2020 18:03:12 +0000 (+0000) Subject: build: validate headers against local gnulib not git repo X-Git-Tag: v6.1.0-rc1~489 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=913707bb8d37e33bfa451887bb720ee72f6dacd9;p=thirdparty%2Flibvirt.git build: validate headers against local gnulib not git repo Some syntax check rules validate usage of headers provided by gnulib. We want to validate these only against the gnulib modules we've chosen to use, not all modules, since we're trying to eliminate them. Reviewed-by: Pavel Hrdina Signed-off-by: Daniel P. Berrangé --- diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk index 6e9328ee63..1fd11093d8 100644 --- a/build-aux/syntax-check.mk +++ b/build-aux/syntax-check.mk @@ -132,9 +132,6 @@ local-check := \ syntax-check: $(local-check) -# We use .gnulib, not gnulib. -gnulib_dir = $(srcdir)/.gnulib - # We haven't converted all scripts to using gnulib's init.sh yet. _test_script_regex = \<\(init\|test-lib\)\.sh\>