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 b60a4f8354
commit 37677846ca

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)