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

This commit is contained in:
Ruslan Ermilov 2003-03-06 13:54:31 +00:00
parent 81d1ffee08
commit f93bdc081c

View File

@ -566,7 +566,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
.endif
#