]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
maint: disable syntax checks on local gnulib patches
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Jan 2024 04:02:01 +0000 (23:02 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 15 Jan 2024 04:09:49 +0000 (23:09 -0500)
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

diff --git a/cfg.mk b/cfg.mk
index bce1dd6195c02dcfe3b04f6dcd26cbd2f57974fc..fcf43e34d14233ff59777cec772473eb6c205516 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -44,8 +44,8 @@ else
 announcement_Cc_ = autotools-announce@gnu.org, $(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                     \