From f93bdc081c7c9b63a4a59a401d260dabd4eef143 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 6 Mar 2003 13:54:31 +0000 Subject: [PATCH] With CVS_UPDATE, use read-only repository mode by default. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 25f68cea61f..c213c8d2c72 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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 #