mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
Cope with CVS weird way to report warnings.
This commit is contained in:
@@ -77,7 +77,7 @@ cvs-tag-check:
|
|||||||
else :; fi
|
else :; fi
|
||||||
|
|
||||||
cvs-diff-check:
|
cvs-diff-check:
|
||||||
if cvs diff >cvs-diffs; then \
|
if cvs diff | grep -v '^?' >cvs-diffs; then \
|
||||||
rm cvs-diffs; \
|
rm cvs-diffs; \
|
||||||
else \
|
else \
|
||||||
echo "Some files are locally modified:" 1>&2; \
|
echo "Some files are locally modified:" 1>&2; \
|
||||||
|
|||||||
Reference in New Issue
Block a user