]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: avoid syntax check failure with long lines
authorPádraig Brady <P@draigBrady.com>
Wed, 1 May 2024 13:31:35 +0000 (14:31 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 1 May 2024 13:32:26 +0000 (14:32 +0100)
* cfk.mk: Exclude bootstrap from sc_long_lines
as it comes from gnulib.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index d8febadc30f3754791d0c2542db63dba3a2dc8e1..2cfb31877f3fbc94300bb10e228d2caed0671842 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -905,7 +905,7 @@ exclude_file_name_regexp--sc_prohibit-gl-attributes = ^src/libstdbuf\.c$$
 exclude_file_name_regexp--sc_prohibit_uppercase_id_est = \.diff$$
 exclude_file_name_regexp--sc_ensure_dblspace_after_dot_before_id_est = \.diff$$
 exclude_file_name_regexp--sc_ensure_comma_after_id_est = \.diff|$(_ll)$$
-exclude_file_name_regexp--sc_long_lines = \.diff$$|$(_ll)|$(_cksum)
+exclude_file_name_regexp--sc_long_lines = \.diff$$|$(_ll)|$(_cksum)|bootstrap
 
 # `grep . -q` is not exactly equivalent to `grep . >/dev/null`
 # and this difference is significant in the NEWS description