From: Jim Meyering Date: Sun, 18 Nov 2012 17:51:48 +0000 (-0800) Subject: maint: reenable accidentally-disabled cppi-check syntax-check rule X-Git-Tag: v8.21~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89b53dfd8381cdca1763526c45b65eb79b00bad6;p=thirdparty%2Fcoreutils.git maint: reenable accidentally-disabled cppi-check syntax-check rule * cfg.mk (exclude_file_name_regexp--sc_preprocessor_indentation): Fix typo that disabled the sc_preprocessor_indentation syntax-check rule by exempting all files. s/__ll/_ll/ The typo was introduced in commit v8.19-157-g759ebcb. --- diff --git a/cfg.mk b/cfg.mk index 943933a740..38be9c8657 100644 --- a/cfg.mk +++ b/cfg.mk @@ -574,7 +574,7 @@ exclude_file_name_regexp--sc_prohibit_tab_based_indentation = \ $(tbi_1)|$(tbi_2)|$(tbi_3) exclude_file_name_regexp--sc_preprocessor_indentation = \ - ^(gl/lib/rand-isaac\.[ch]|gl/tests/test-rand-isaac\.c)$$|$(__ll) + ^(gl/lib/rand-isaac\.[ch]|gl/tests/test-rand-isaac\.c)$$|$(_ll) exclude_file_name_regexp--sc_prohibit_stat_st_blocks = \ ^(src/system\.h|tests/du/2g\.sh)$$