]> sjero.net Git - wget/blob - cfg.mk
Fix some other problems with GNU TLS and non blocking sockets.
[wget] / cfg.mk
1 export VC_LIST_EXCEPT_DEFAULT=^(lib/.*|m4/.*|md5/.*|build-aux/.*|src/gettext\.h|.*ChangeLog)$$
2
3 local-checks-to-skip = \
4     sc_const_long_option \
5     sc_error_message_uppercase \
6     sc_file_system \
7     sc_makefile_TAB_only_indentation \
8     sc_immutable_NEWS \
9     sc_copyright_check \
10     sc_makefile_path_separator_check \
11     sc_require_config_h \
12     sc_require_config_h_first \
13     sc_two_space_separator_in_usage \
14     sc_useless_cpp_parens \
15     \
16     sc_space_tab \
17     sc_prohibit_atoi_atof \
18     sc_prohibit_strcmp \
19     sc_makefile_check \
20     sc_cast_of_alloca_return_value \
21     sc_cast_of_x_alloc_return_value \
22     sc_prohibit_S_IS_definition \
23     \
24     sc_program_name \
25
26
27 #SHELL=bash -x
28 show-vc-list-except:
29         @$(VC_LIST_EXCEPT)