Add the CVS knob so it may be overridden (or have options added).

Submitted by:	Andrea Campi <andrea@webcom.it>
This commit is contained in:
David E. O'Brien 2001-11-19 17:43:29 +00:00
parent 03820e7a36
commit 09b50a9891
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86609

View File

@ -113,6 +113,7 @@ CLEANDIR= clean cleandepend
CLEANDIR= cleandir CLEANDIR= cleandir
.endif .endif
CVS?= cvs
SUP?= /usr/local/bin/cvsup SUP?= /usr/local/bin/cvsup
SUPFLAGS?= -g -L 2 -P - SUPFLAGS?= -g -L 2 -P -
.if defined(SUPHOST) .if defined(SUPHOST)
@ -503,7 +504,7 @@ update:
@echo "--------------------------------------------------------------" @echo "--------------------------------------------------------------"
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------" @echo "--------------------------------------------------------------"
cd ${.CURDIR}; cvs -q update -A -P -d cd ${.CURDIR}; ${CVS} -q update -A -P -d
.endif .endif
# #