Backout the CVSTAG variable, it could potentially be dangerous if

you track multiple releases in different trees.

Leave the CVSOPTIONS variable there since it could be useful.
This commit is contained in:
paul 2004-08-26 10:24:25 +00:00
parent 0e756b4674
commit 76d46b5b42

View File

@ -84,9 +84,6 @@ CLEANDIR= cleandir
CVS?= cvs
CVSFLAGS?= -A -P -d
.if defined(CVSTAG)
CVSFLAGS+= -r ${CVSTAG}
.endif
SUP?= /usr/local/bin/cvsup
SUPFLAGS?= -g -L 2 -P -
.if defined(SUPHOST)