summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2017-02-17 20:47:32 -0800
committerJim Meyering <meyering@fb.com>2017-02-17 20:47:32 -0800
commitc0b45e4d789b68dcb46fd406cf84cfd617f29f9b (patch)
tree65a239a740c4e20c665939bf84662cd6e609570f /cfg.mk
parentc4485ac49a977d666187db4c5c25045215976577 (diff)
downloadgrep-c0b45e4d789b68dcb46fd406cf84cfd617f29f9b.tar.gz
maint: fix new syntax-check errors
* po/POTFILES.in: Add lib/xbinary-io.c. * cfg.mk (FILTER_LONG_LINES): Add TODO to the list of exempt files.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/cfg.mk b/cfg.mk
index 68992d81..6cebb4e9 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -81,10 +81,11 @@ sc_prohibit_echo_minus_en:
# - tests involving long checksum lines, and
# - the 'pr' test cases.
LINE_LEN_MAX = 80
-FILTER_LONG_LINES = \
- /^[^:]*\.diff:[^:]*:@@ / d; \
- \|^[^:]*man/help2man:| d; \
- \|^[^:]*tests/misc/sha[0-9]*sum.*\.pl[-:]| d; \
+FILTER_LONG_LINES = \
+ /^[^:]*\.diff:[^:]*:@@ / d; \
+ \|^[^:]*TODO:| d; \
+ \|^[^:]*man/help2man:| d; \
+ \|^[^:]*tests/misc/sha[0-9]*sum.*\.pl[-:]| d; \
\|^[^:]*tests/pr/|{ \|^[^:]*tests/pr/pr-tests:| !d; };
sc_long_lines:
@files=$$($(VC_LIST_EXCEPT)) \