With CVS_UPDATE, use read-only repository mode by default.

This commit is contained in:
Ruslan Ermilov 2003-03-06 14:02:21 +00:00
parent dfba31ad0e
commit 4ff7581436
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77030

View File

@ -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