]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: reenable accidentally-disabled cppi-check syntax-check rule
authorJim Meyering <jim@meyering.net>
Sun, 18 Nov 2012 17:51:48 +0000 (09:51 -0800)
committerJim Meyering <jim@meyering.net>
Sun, 18 Nov 2012 18:15:48 +0000 (10:15 -0800)
* 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.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 943933a740fca1a2b8f52158fd5f33cae05172f9..38be9c8657daecda894f4dd8656cc1507692087d 100644 (file)
--- 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)$$