From: Pádraig Brady Date: Mon, 12 May 2025 10:50:25 +0000 (+0100) Subject: maint: avoid sc_GPL_version failure X-Git-Tag: v9.8~327 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63e657e877257cff2e198e21c53c035b2f2c525e;p=thirdparty%2Fcoreutils.git maint: avoid sc_GPL_version failure * cfg.mk (VC_LIST_ALWAYS_EXCLUDE_REGEX): Exclude longlong.h also. --- diff --git a/cfg.mk b/cfg.mk index 2032fcdfa2..94bd46441f 100644 --- a/cfg.mk +++ b/cfg.mk @@ -22,7 +22,7 @@ manual_title = Core GNU utilities url_dir_list = https://ftp.gnu.org/gnu/$(PACKAGE) # Exclude bundled external projects from syntax checks -VC_LIST_ALWAYS_EXCLUDE_REGEX = src/blake2/.*$$ +VC_LIST_ALWAYS_EXCLUDE_REGEX = src/(blake2/.*|longlong.h)$$ # Tests not to run as part of "make distcheck". local-checks-to-skip = \