summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2021-12-24 13:40:11 -0800
committerJim Meyering <meyering@fb.com>2021-12-24 13:40:34 -0800
commitabf2fa8efab73e0edf3f002ff92c71a364c35a6c (patch)
treebae70eb7fa085f6079ffe6372120cb144bcb0d6a /cfg.mk
parent95440891d04762d8112b6ae858b9b00932b573d5 (diff)
downloadgrep-abf2fa8efab73e0edf3f002ff92c71a364c35a6c.tar.gz
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.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 3 insertions, 1 deletions
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