2017-02-03 23:15:49 +08:00
|
|
|
# Explicit syntax-check exceptions.
|
|
|
|
exclude_file_name_regexp--sc_trailing_blank = ^doc/annou.*$$
|
2018-02-09 15:00:07 +08:00
|
|
|
exclude_file_name_regexp--sc_bindtextdomain = ^fuzz/.*.c$$
|
2022-02-26 23:24:57 +08:00
|
|
|
exclude_file_name_regexp--sc_require_config_h = (fuzz/.*.c|src/decc_ver.c|util/trunc.c)$$
|
|
|
|
exclude_file_name_regexp--sc_require_config_h_first = (fuzz/.*.c|src/decc_ver.c|src/vms.c|util/trunc.c)$$
|
2023-05-11 07:03:23 +08:00
|
|
|
exclude_file_name_regexp--sc_file_system = ^(NEWS|testenv/server/ftp/ftp_server.py)$$
|
2018-02-09 15:00:07 +08:00
|
|
|
|
2017-02-03 23:15:49 +08:00
|
|
|
|
2017-05-10 16:05:18 +08:00
|
|
|
export VC_LIST_EXCEPT_DEFAULT=^(lib/.*|m4/.*|md5/.*|build-aux/.*|src/gettext\.h|.*ChangeLog|tests/certs/.*)$$
|
2022-02-26 23:24:57 +08:00
|
|
|
config_h_header = "wget\.h"
|
2009-09-04 16:43:36 +08:00
|
|
|
|
2009-09-22 11:39:44 +08:00
|
|
|
local-checks-to-skip = \
|
|
|
|
sc_const_long_option \
|
|
|
|
sc_error_message_uppercase \
|
|
|
|
sc_two_space_separator_in_usage \
|
|
|
|
sc_useless_cpp_parens \
|
|
|
|
\
|
|
|
|
sc_prohibit_atoi_atof \
|
|
|
|
sc_prohibit_strcmp \
|
|
|
|
\
|
2014-10-28 17:45:38 +08:00
|
|
|
sc_makefile_at_at_check \
|
2014-12-08 18:30:02 +08:00
|
|
|
sc_cast_of_argument_to_free \
|
2021-09-08 02:57:05 +08:00
|
|
|
sc_prohibit_gnu_make_extensions \
|
|
|
|
\
|
|
|
|
sc_indent
|
2009-09-22 11:39:44 +08:00
|
|
|
|
|
|
|
#SHELL=bash -x
|
|
|
|
show-vc-list-except:
|
|
|
|
@$(VC_LIST_EXCEPT)
|
2014-06-27 23:30:18 +08:00
|
|
|
|
2018-05-06 23:44:33 +08:00
|
|
|
VC_LIST_ALWAYS_EXCLUDE_REGEX = ^ABOUT-NLS|((msdos|vms)/.*)|ChangeLog-2014-12-10|/.*\.der|^tests/certs/.*|^fuzz/.*\.(in|repro)/.*$$
|
2020-01-10 19:52:36 +08:00
|
|
|
|
|
|
|
update-copyright-env = UPDATE_COPYRIGHT_USE_INTERVALS=1
|
2020-12-28 08:31:31 +08:00
|
|
|
generated_files =
|
2021-01-09 07:46:24 +08:00
|
|
|
|
2024-03-10 22:10:58 +08:00
|
|
|
old_NEWS_hash = b80dbf02602654e200d7cbce7aeda8d2
|
2021-01-09 08:51:47 +08:00
|
|
|
manual_title = $(VERSION)
|