From: Eric Blake Date: Tue, 30 Nov 2010 20:29:19 +0000 (-0700) Subject: maint: allow 'make syntax-check' to run again X-Git-Tag: v0.8.7~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd70168a5bb7684f238e57173054c694f4f7f3cc;p=thirdparty%2Flibvirt.git maint: allow 'make syntax-check' to run again * cfg.mk (VC_LIST_ALWAYS_EXCLUDE_REGEX): Permanently exempt docs/news.html.in from all future syntax checks. --- diff --git a/cfg.mk b/cfg.mk index ee182b7cf2..5576ecb8c5 100644 --- a/cfg.mk +++ b/cfg.mk @@ -64,6 +64,10 @@ local-checks-to-skip = \ sc_makefile_check \ sc_useless_cpp_parens +# Files that should never cause syntax check failures. +VC_LIST_ALWAYS_EXCLUDE_REGEX = ^docs/news.html.in$$ + +# Functions like free() that are no-ops on NULL arguments. useless_free_options = \ --name=VIR_FREE \ --name=sexpr_free \