With CVS_UPDATE, use read-only repository mode by default.
This commit is contained in:
parent
dfba31ad0e
commit
4ff7581436
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77030
2
Makefile
2
Makefile
@ -107,7 +107,7 @@ update:
|
||||
@echo "--------------------------------------------------------------"
|
||||
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
|
||||
@echo "--------------------------------------------------------------"
|
||||
cd ${.CURDIR}; ${CVS} -q update -A -P -d
|
||||
cd ${.CURDIR}; ${CVS} -R -q update -A -P -d
|
||||
.elif defined(SUP_UPDATE) && !defined(PORTSSUPFILE)
|
||||
@${ECHO_MSG} "Error: Please define PORTSSUPFILE before doing make update."
|
||||
@exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user