From: Pádraig Brady
Date: Wed, 27 Jun 2018 08:44:51 +0000 (-0700) Subject: maint: disable overly agressive sc_gitignore_redundant X-Git-Tag: v8.30~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1755ffb7b607c1870ce7e7cbcc867895e0c2c262;p=thirdparty%2Fcoreutils.git maint: disable overly agressive sc_gitignore_redundant * cfg.mk (sc_gitignore_redundant): Disabled for now as too aggressive flagging entries like /lib/arg-nonnull.h in a newly checked out repo. --- diff --git a/cfg.mk b/cfg.mk index 875fbaadd9..82acdb783b 100644 --- a/cfg.mk +++ b/cfg.mk @@ -787,11 +787,13 @@ sc_gitignore_missing: 'entries to .gitignore' >&2; exit 1; } || : # Flag redundant entries in .gitignore -sc_gitignore_redundant: - @{ grep ^/lib $(srcdir)/.gitignore; \ - sed 's|^|/lib|' $(srcdir)/lib/.gitignore; } | \ - sort | uniq -d | grep . && { echo '$(ME): Remove above' \ - 'entries from .gitignore' >&2; exit 1; } || : +# Disabled for now as too aggressive flagging +# entries like /lib/arg-nonnull.h +#sc_gitignore_redundant: +# @{ grep ^/lib $(srcdir)/.gitignore; \ +# sed 's|^|/lib|' $(srcdir)/lib/.gitignore; } | \ +# sort | uniq -d | grep . && { echo '$(ME): Remove above' \ +# 'entries from .gitignore' >&2; exit 1; } || : sc_prohibit-form-feed: @prohibit=$$'\f' \