From: Mike Frysinger Date: Mon, 15 Jan 2024 04:02:01 +0000 (-0500) Subject: maint: disable syntax checks on local gnulib patches X-Git-Tag: v2.5.0~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55e703a96b945445a9401fdac40e39e1f3aaf50e;p=thirdparty%2Flibtool.git 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/. --- diff --git a/cfg.mk b/cfg.mk index bce1dd619..fcf43e34d 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 \