From 982c79fa14853040d6bd10ad6f001791408e2441 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Tue, 22 Sep 2015 22:26:40 +0100 Subject: 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. --- cfg.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cfg.mk') 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)$$ -- cgit v1.2.3-54-g00ecf