From abf2fa8efab73e0edf3f002ff92c71a364c35a6c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 24 Dec 2021 13:40:11 -0800 Subject: maint: avoid new syntax-check failures * cfg.mk (local-checks-to-skip): Add sc_indent, to skip it. Otherwise, "make syntax-check" would fail. (_gl_TS_unmarked_extern_functions): Add imbrlen to the list. --- cfg.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cfg.mk') diff --git a/cfg.mk b/cfg.mk index 2b50de0d..aafd47fe 100644 --- a/cfg.mk +++ b/cfg.mk @@ -30,6 +30,7 @@ url_dir_list = https://ftp.gnu.org/gnu/$(PACKAGE) # Tests not to run as part of "make distcheck". local-checks-to-skip = \ + sc_indent \ sc_texinfo_acronym # Tools used to bootstrap this package, used for "announcement". @@ -40,7 +41,8 @@ announcement_Cc_ = $(translation_project_), $(PACKAGE)-devel@gnu.org # The tight_scope test gets confused about inline functions. # like 'to_uchar'. -_gl_TS_unmarked_extern_functions = main usage mb_clen to_uchar dfaerror dfawarn +_gl_TS_unmarked_extern_functions = \ + main usage mb_clen to_uchar dfaerror dfawarn imbrlen # Now that we have better tests, make this the default. export VERBOSE = yes -- cgit v1.2.1