summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2012-11-18 09:51:48 -0800
committerJim Meyering <jim@meyering.net>2012-11-18 10:15:48 -0800
commit89b53dfd8381cdca1763526c45b65eb79b00bad6 (patch)
tree97dab62cb71016b662757def6515afea6ddcb9ae /cfg.mk
parente2e3f1ad07c509d505b5fdbc02130343af349c1e (diff)
downloadcoreutils-89b53dfd8381cdca1763526c45b65eb79b00bad6.tar.xz
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.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 943933a74..38be9c865 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)$$