mirror of
https://git.savannah.gnu.org/git/inetutils.git
synced 2026-01-12 00:19:39 +08:00
cfg.mk: Silence 'make syntax-check'.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2020-01-01 Simon Josefsson <simon@josefsson.org>
|
||||
|
||||
* cfg.mk: Silence 'make syntax-check'.
|
||||
|
||||
2020-01-01 Simon Josefsson <simon@josefsson.org>
|
||||
|
||||
* bootstrap: Updated from gnulib.
|
||||
|
||||
6
cfg.mk
6
cfg.mk
@@ -47,11 +47,15 @@ local-checks-to-skip = \
|
||||
sc_prohibit_strcmp \
|
||||
sc_unmarked_diagnostics \
|
||||
sc_bindtextdomain \
|
||||
sc_assignment_in_if
|
||||
sc_assignment_in_if \
|
||||
sc_prohibit_gnu_make_extensions
|
||||
|
||||
exclude_file_name_regexp--sc_prohibit_have_config_h = \
|
||||
^libinetutils/libinetutils.h$$
|
||||
|
||||
exclude_file_name_regexp--sc_obsolete_symbols = \
|
||||
^tests/identify.c$$
|
||||
|
||||
htmldir = ../www-$(PACKAGE)
|
||||
|
||||
manual_title = GNU network utilities
|
||||
|
||||
Reference in New Issue
Block a user