mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
03820e7a36
commit
09b50a9891
1 changed files with 2 additions and 1 deletions
|
|
@ -113,6 +113,7 @@ CLEANDIR= clean cleandepend
|
|||
CLEANDIR= cleandir
|
||||
.endif
|
||||
|
||||
CVS?= cvs
|
||||
SUP?= /usr/local/bin/cvsup
|
||||
SUPFLAGS?= -g -L 2 -P -
|
||||
.if defined(SUPHOST)
|
||||
|
|
@ -503,7 +504,7 @@ update:
|
|||
@echo "--------------------------------------------------------------"
|
||||
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
|
||||
@echo "--------------------------------------------------------------"
|
||||
cd ${.CURDIR}; cvs -q update -A -P -d
|
||||
cd ${.CURDIR}; ${CVS} -q update -A -P -d
|
||||
.endif
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue