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 Richards 2004-08-26 10:24:25 +00:00
parent e5bcf939e4
commit db68d2a6b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134343

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)