From 4ff7581436a8bd7ea5047f50ba5433d033e3dca9 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 6 Mar 2003 14:02:21 +0000 Subject: With CVS_UPDATE, use read-only repository mode by default. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7e2cd118fa28..9103af8df687 100644 --- a/Makefile +++ b/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 -- cgit v1.2.3