From 8d76bd014c70a02d8292550bee7e5f14f1abf935 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 29 Mar 2000 07:30:44 +0000 Subject: [PATCH] Get rid of "sticky" files when updating sources with cvs(1). Approved by: peter --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 95bac4e39ae4..af783a135477 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -425,7 +425,7 @@ update: @echo "--------------------------------------------------------------" @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} @echo "--------------------------------------------------------------" - cd ${.CURDIR}; cvs -q update -P -d + cd ${.CURDIR}; cvs -q update -A -P -d .endif #