summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-09-22 22:26:40 +0100
committerPádraig Brady <P@draigBrady.com>2015-09-23 01:02:44 +0100
commit982c79fa14853040d6bd10ad6f001791408e2441 (patch)
treea2a4c50b698ae79607a4ac8d13581dfc8dea0005 /cfg.mk
parent9db234ad09c12d34d2086057fd92ae448e931ac4 (diff)
downloadcoreutils-982c79fa14853040d6bd10ad6f001791408e2441.tar.xz
build: update gnulib submodule to latest
This includes a change to propagate the 4th "mount root" field from /proc/self/mountinfo from the mountlist module, which is needed in a subsequent commit in df. * gl/lib/regcomp.c.diff: Regenerate against latest gnulib. * gl/lib/regex_internal.c.diff: Likewise. * gl/lib/regex_internal.h.diff: Likewise. * cfg.mk: Exclude diffs from trailing whitespace check, which is generally correct, and now needed.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index d38a8dd6d..bc5a1e857 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -673,7 +673,7 @@ sc_gitignore_missing:
sort | uniq -u | grep . && { echo '$(ME): Add above' \
'entries to .gitignore' >&2; exit 1; } || :
-# Flag redundant entreis in .gitignore
+# Flag redundant entries in .gitignore
sc_gitignore_redundant:
@{ grep ^/lib .gitignore; sed 's|^|/lib|' lib/.gitignore; } | \
sort | uniq -d | grep . && { echo '$(ME): Remove above' \
@@ -695,7 +695,8 @@ exclude_file_name_regexp--sc_space_tab = \
^(tests/pr/|tests/misc/nl\.sh$$|gl/.*\.diff$$|man/help2man$$)
exclude_file_name_regexp--sc_bindtextdomain = \
^(gl/.*|lib/euidaccess-stat|src/make-prime-list)\.c$$
-exclude_file_name_regexp--sc_trailing_blank = ^(tests/pr/|man/help2man)
+exclude_file_name_regexp--sc_trailing_blank = \
+ ^(tests/pr/|gl/.*\.diff$$|man/help2man)
exclude_file_name_regexp--sc_system_h_headers = \
^src/((system|copy)\.h|make-prime-list\.c)$$