diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-11-29 10:38:36 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-11-29 10:38:36 +0100 |
commit | 993e2c5595c102183280835d5e45cea45e25f2cf (patch) | |
tree | 9ebf2c149bac80936f16b9abaa52627179cf9579 /cfg.mk | |
parent | 5cbd39faca0e1d1c40d69eda063d3002bad58f64 (diff) | |
download | gnutls-993e2c5595c102183280835d5e45cea45e25f2cf.tar.gz |
Fix syntax-check nits.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,7 +40,7 @@ local-checks-to-skip = sc_GPL_version sc_bindtextdomain \ sc_require_config_h_first sc_texinfo_acronym sc_trailing_blank \ sc_unmarked_diagnostics sc_useless_cpp_parens -VC_LIST_ALWAYS_EXCLUDE_REGEX = ^maint.mk|(build-aux/|gl/|src/cfg/|tests/suite/ecore/|doc/protocol/).*$$ +VC_LIST_ALWAYS_EXCLUDE_REGEX = ^maint.mk|(devel/perlasm/|build-aux/|gl/|src/cfg/|tests/suite/ecore/|doc/protocol/).*$$ # Explicit syntax-check exceptions. exclude_file_name_regexp--sc_cast_of_alloca_return_value = ^guile/modules/gnutls/build/priorities.scm|guile/src/core.c$$ @@ -50,7 +50,7 @@ exclude_file_name_regexp--sc_file_system = ^doc/doxygen/Doxyfile exclude_file_name_regexp--sc_prohibit_cvs_keyword = ^lib/nettle/.*$$ exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = ^tests/nist-pkits/gnutls-nist-tests.html$$ exclude_file_name_regexp--sc_space_tab = ^gtk-doc.make|doc/.*.(pdf|png)|tests/nist-pkits/|tests/suite/x509paths/.*$$ -exclude_file_name_regexp--sc_two_space_separator_in_usage = ^doc/cha-programs.texi|tests/sha2/sha2|tests/sha2/sha2-dsa$$ +exclude_file_name_regexp--sc_two_space_separator_in_usage = ^doc/cha-programs.texi|doc/cha-cert-auth2.texi|tests/sha2/sha2|tests/sha2/sha2-dsa|tests/ecdsa/ecdsa autoreconf: for f in $(PODIR)/*.po.in; do \ |