diff options
| author | Pádraig Brady <P@draigBrady.com> | 2025-05-12 11:50:25 +0100 |
|---|---|---|
| committer | Pádraig Brady <P@draigBrady.com> | 2025-05-12 11:51:16 +0100 |
| commit | 63e657e877257cff2e198e21c53c035b2f2c525e (patch) | |
| tree | 53ce14d63977fa6a461b4239aaaac1b9ee698cf5 | |
| parent | doc: suggest GNULIB_REFDIR instead of GNULIB_SRCDIR (diff) | |
| download | coreutils-63e657e877257cff2e198e21c53c035b2f2c525e.tar.gz coreutils-63e657e877257cff2e198e21c53c035b2f2c525e.zip | |
maint: avoid sc_GPL_version failure
* cfg.mk (VC_LIST_ALWAYS_EXCLUDE_REGEX): Exclude longlong.h also.
| -rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = \ |
