branch: master
commit 55e703a96b945445a9401fdac40e39e1f3aaf50e
Author: Mike Frysinger <[email protected]>
AuthorDate: Sun Jan 14 23:02:01 2024 -0500
maint: disable syntax checks on local gnulib patches
The syntax checks might trip over problems in the gnulib code itself
when scanning the local patches. Since it's unlikely these checks
will find anything useful, just disable them for the gl/ patches.
* cfg.mk (VC_LIST_ALWAYS_EXCLUDE_REGEX): Ignore ^gl/.
---
cfg.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cfg.mk b/cfg.mk
index bce1dd61..fcf43e34 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -44,8 +44,8 @@ else
announcement_Cc_ = [email protected], $(PACKAGE_BUGREPORT)
endif
-# Don't syntax check the mail subdirectory.
-VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/
+# Don't syntax check the mail subdirectory or patches to gnulib itself.
+VC_LIST_ALWAYS_EXCLUDE_REGEX = ^(mail|gl)/
local-checks-to-fix = \
sc_require_config_h \