From: Stefano Lattarini Date: Sun, 2 Sep 2012 19:55:16 +0000 (+0200) Subject: maint: avoid a spurious syntax-check error X-Git-Tag: v8.20~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=212eff25751c90d308bafe1c7982608c6b3156df;p=thirdparty%2Fcoreutils.git maint: avoid a spurious syntax-check error * cfg.mk (exclude_file_name_regexp--sc_prohibit_test_backticks): Exempt 'tests/local.mk' rather than 'tests/Makefile.am'. --- diff --git a/cfg.mk b/cfg.mk index 888bc386bb..dda5b48cb0 100644 --- a/cfg.mk +++ b/cfg.mk @@ -562,7 +562,7 @@ exclude_file_name_regexp--sc_prohibit_continued_string_alpha_in_column_1 = \ ^src/(system\.h|od\.c|printf\.c)$$ exclude_file_name_regexp--sc_prohibit_test_backticks = \ - ^tests/(init\.sh|Makefile\.am|misc/stdbuf\.sh)$$ + ^tests/(init\.sh|local.mk|misc/stdbuf\.sh)$$ # Exempt test.c, since it's nominally shared, and relatively static. exclude_file_name_regexp--sc_prohibit_operator_at_end_of_line = \