mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-26 15:39:10 +00:00
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/.
This commit is contained in:
parent
3c19bfd4fb
commit
55e703a96b
4
cfg.mk
4
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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user