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:
parent
b60a4f8354
commit
37677846ca
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user