Change the default SUP command to use csup instead of CVSup for
"make update" when SUP_UPDATE is defined.
This commit is contained in:
parent
ed708e1f7f
commit
ca404c7dca
@ -79,8 +79,8 @@ CLEANDIR= cleandir
|
||||
|
||||
CVS?= cvs
|
||||
CVSFLAGS?= -A -P -d -I!
|
||||
SUP?= /usr/local/bin/cvsup
|
||||
SUPFLAGS?= -g -L 2 -P -
|
||||
SUP?= /usr/bin/csup
|
||||
SUPFLAGS?= -g -L 2
|
||||
.if defined(SUPHOST)
|
||||
SUPFLAGS+= -h ${SUPHOST}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user