autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 7/7] maint: fix or disable failing syntax-check rules


From: Jim Meyering
Subject: [PATCH 7/7] maint: fix or disable failing syntax-check rules
Date: Sat, 21 Jan 2012 12:14:59 +0100

From: Jim Meyering <address@hidden>

* cfg.mk (local-checks-to-skip): List failing tests, so we skip
them, for now.
(old_NEWS_hash): Update.
(exclude_file_name_regexp--sc_file_system): Exempt doc/autoconf.texi
for it's uses of "Filesystem Hierarchy Standard".
---
 cfg.mk |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 68bc23f..e4e4182 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -109,7 +109,18 @@ autom4te-update:

 # Tests not to run.
 local-checks-to-skip ?= \
-  changelog-check sc_unmarked_diagnostics
+  changelog-check                      \
+  sc_GPL_version                       \
+  sc_cast_of_alloca_return_value       \
+  sc_m4_quote_check                    \
+  sc_makefile_at_at_check              \
+  sc_prohibit_HAVE_MBRTOWC             \
+  sc_prohibit_always-defined_macros    \
+  sc_prohibit_always_true_header_tests \
+  sc_prohibit_magic_number_exit                \
+  sc_prohibit_stat_st_blocks           \
+  sc_unmarked_diagnostics
+

 # Always use shorthand copyrights.
 update-copyright-env = \
@@ -117,8 +128,9 @@ update-copyright-env = \
   UPDATE_COPYRIGHT_MAX_LINE_LENGTH=72

 # Prevent incorrect NEWS edits.
-old_NEWS_hash = 6a8aa950938fba063f3dc2b0e11e67e8
+old_NEWS_hash = 33207c359dd7db17cc0cd151da6b9567

 exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = ^maint\.mk$$
 exclude_file_name_regexp--sc_prohibit_test_minus_ao = \
   ^(maint\.mk|doc/autoconf\.texi)$$
+exclude_file_name_regexp--sc_file_system = ^doc/autoconf\.texi$$
-- 
1.7.9.rc2.2.g183d6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]