summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-29 15:32:59 +0100
committerJim Meyering <meyering@redhat.com>2009-11-30 16:55:04 +0100
commitfa74f589ea7321bddba842f3528fb4b0469e9f7c (patch)
tree77a086d58e1633ab224e9d8726fe2fdbbf604836 /cfg.mk
parent5a73745b8ada1b9c3c5caea38be911732e04d155 (diff)
downloadgrep-fa74f589ea7321bddba842f3528fb4b0469e9f7c.tar.gz
maint: disable the many failing syntax-checks
* cfg.mk: New file. (local-checks-to-skip): Define to the list of disabled rules. Subsequent change-sets will enable them, one by one.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk56
1 files changed, 56 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
new file mode 100644
index 00000000..7fbcd660
--- /dev/null
+++ b/cfg.mk
@@ -0,0 +1,56 @@
+# Customize maint.mk -*- makefile -*-
+# Copyright (C) 2009 Free Software Foundation, Inc.
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+# Used in maint.mk's web-manual rule
+manual_title = GNU Grep: Print lines matching a pattern
+
+# The GnuPG ID of the key used to sign the tarballs.
+gpg_key_ID = B9AB9A16
+
+# Tests not to run as part of "make distcheck".
+local-checks-to-skip = \
+ sc_avoid_if_before_free \
+ sc_cast_of_alloca_return_value \
+ sc_cast_of_argument_to_free \
+ sc_cast_of_x_alloc_return_value \
+ sc_error_message_uppercase \
+ sc_file_system \
+ sc_immutable_NEWS \
+ sc_m4_quote_check \
+ sc_makefile_TAB_only_indentation \
+ sc_makefile_check \
+ sc_makefile_path_separator_check \
+ sc_po_check \
+ sc_program_name \
+ sc_prohibit_have_config_h \
+ sc_prohibit_magic_number_exit \
+ sc_prohibit_strcmp \
+ sc_prohibit_xalloc_without_use \
+ sc_require_config_h \
+ sc_require_config_h_first \
+ sc_space_tab \
+ sc_trailing_blank \
+ sc_two_space_separator_in_usage \
+ sc_unmarked_diagnostics \
+ sc_useless_cpp_parens
+
+# Tools used to bootstrap this package, used for "announcement".
+bootstrap-tools = autoconf,automake,gnulib
+
+# Now that we have better tests, make this the default.
+export VERBOSE = yes
+
+old_NEWS_hash = ?