libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Mike Frysinger
Date: Sun, 14 Jan 2024 23:10:04 -0500 (EST)

branch: master
commit 55e703a96b945445a9401fdac40e39e1f3aaf50e
Author: Mike Frysinger <vapier@gentoo.org>
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_ = 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                     \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]