From: Akim Demaille Date: Fri, 3 Aug 2001 09:08:49 +0000 (+0000) Subject: Cope with CVS weird way to report warnings. X-Git-Tag: BISON-1_28b~7 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/dc2825ae898c526ea3619450112b2ea44f437151?ds=inline Cope with CVS weird way to report warnings. --- diff --git a/Makefile.maint b/Makefile.maint index e9258740..c3d8b8c9 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -77,7 +77,7 @@ cvs-tag-check: else :; fi cvs-diff-check: - if cvs diff >cvs-diffs; then \ + if cvs diff | grep -v '^?' >cvs-diffs; then \ rm cvs-diffs; \ else \ echo "Some files are locally modified:" 1>&2; \