mirror of https://gitee.com/openkylin/libvirt.git
skip some of gnulib's new rules
* cfg.mk (local-checks-to-skip): Add these: sc_error_message_uppercase, sc_program_name, sc_require_test_exit_idiom, sc_makefile_check.
This commit is contained in:
parent
c120fcc06a
commit
360194bfb5
4
cfg.mk
4
cfg.mk
|
@ -52,6 +52,10 @@ local-checks-to-skip = \
|
||||||
sc_system_h_headers \
|
sc_system_h_headers \
|
||||||
sc_tight_scope \
|
sc_tight_scope \
|
||||||
sc_two_space_separator_in_usage \
|
sc_two_space_separator_in_usage \
|
||||||
|
sc_error_message_uppercase \
|
||||||
|
sc_program_name \
|
||||||
|
sc_require_test_exit_idiom \
|
||||||
|
sc_makefile_check \
|
||||||
sc_useless_cpp_parens
|
sc_useless_cpp_parens
|
||||||
|
|
||||||
useless_free_options = \
|
useless_free_options = \
|
||||||
|
|
Loading…
Reference in New Issue