From: Eric Blake Date: Wed, 21 Apr 2010 15:55:03 +0000 (-0600) Subject: maint: ignore 'make syntax-check' failure files X-Git-Tag: v0.8.1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=871aa6e3c1c973727a7ba5703a1fabd34d5ba4a6;p=thirdparty%2Flibvirt.git maint: ignore 'make syntax-check' failure files * .gitignore: Add exemption. * cfg.mk (local-checks-to-skip): Ignore a test to silence a skip warning. --- diff --git a/.gitignore b/.gitignore index a7466fdd4c..8c275f4bb6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *~ .git .git-module-status +.sc-start-sc_* /GNUmakefile /maint.mk ABOUT-NLS diff --git a/cfg.mk b/cfg.mk index 5d8103ec31..790d3570c3 100644 --- a/cfg.mk +++ b/cfg.mk @@ -34,6 +34,7 @@ local-checks-to-skip = \ sc_GPL_version \ sc_always_defined_macros \ sc_cast_of_alloca_return_value \ + sc_cross_check_PATH_usage_in_tests \ sc_dd_max_sym_length \ sc_error_exit_success \ sc_file_system \