]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
maint: disable GNU indent checks for now
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Jan 2024 03:36:07 +0000 (22:36 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 15 Jan 2024 03:36:07 +0000 (22:36 -0500)
GNU indent will reformat a bunch of files in a way that's broken or
incorrect, so disable the check until we can find a way to workaround
this.  Unfortunately, the indent check is enforced at `make distcheck`
time if GNU indent is installed, so it can't simply be ignored.

* cfg.mk (local-checks-to-skip): Add sc_indent.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index e334b1365c27c182ea915b0e4fb10b72765541c1..e936094763dee4773c7a1d2acaf8d1ed2fd0f70b 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -55,6 +55,7 @@ local-checks-to-skip =                                \
        $(local-checks-to-fix)                  \
        sc_GPL_version                          \
        sc_cast_of_x_alloc_return_value         \
+       sc_indent                               \
        sc_prohibit_always-defined_macros       \
        sc_prohibit_always_true_header_tests    \
        sc_prohibit_strncpy                     \