summaryrefslogtreecommitdiffstats
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-03 05:53:26 -0400
committerJim Meyering <meyering@redhat.com>2009-08-03 15:14:31 +0200
commita3cceb6f1c9e55759f5d6a07bf5c74a7ea825dcd (patch)
tree704765ba386c4d7113ddada18d3338193e3f51df /cfg.mk
parent480a489ee4c31cb2f9c9f45941645f05b5f74c67 (diff)
downloadlibguestfs-a3cceb6f1c9e55759f5d6a07bf5c74a7ea825dcd.tar.gz
libguestfs-a3cceb6f1c9e55759f5d6a07bf5c74a7ea825dcd.tar.xz
libguestfs-a3cceb6f1c9e55759f5d6a07bf5c74a7ea825dcd.zip
build: temporarily disable failing "syntax-check" rules
* cfg.mk (disable_temporarily): Define.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 071c856b..5d2f225b 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -59,8 +59,22 @@ local-checks-to-skip = \
sc_program_name \
sc_require_test_exit_idiom \
sc_makefile_check \
+ $(disable_temporarily) \
sc_useless_cpp_parens
+disable_temporarily = \
+ sc_makefile_TAB_only_indentation \
+ sc_unmarked_diagnostics \
+ sc_TAB_in_indentation \
+ sc_prohibit_ctype_h \
+ sc_prohibit_asprintf \
+ sc_m4_quote_check \
+ sc_prohibit_trailing_blank_lines \
+ sc_avoid_ctype_macros \
+ sc_const_long_option \
+ sc_avoid_write \
+ sc_trailing_blank
+
# Avoid uses of write(2). Either switch to streams (fwrite), or use
# the safewrite wrapper.
sc_avoid_write: