]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
maint: ignore 'make syntax-check' failure files
authorEric Blake <eblake@redhat.com>
Wed, 21 Apr 2010 15:55:03 +0000 (09:55 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 21 Apr 2010 20:32:08 +0000 (14:32 -0600)
* .gitignore: Add exemption.
* cfg.mk (local-checks-to-skip): Ignore a test to silence a skip
warning.

.gitignore
cfg.mk

index a7466fdd4c3fc2cf740e708699377f353c9d6b94..8c275f4bb6b5a86417cb5f3f037d3a3aaa224cad 100644 (file)
@@ -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 5d8103ec318c25b409c32004bebb4aef5b309b41..790d3570c341683eda594464bdfcc99018da9291 100644 (file)
--- 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                       \