From d2601a9b072d408a40540b0fc2babb2abba469e1 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 29 Mar 2000 07:30:44 +0000 Subject: Get rid of "sticky" files when updating sources with cvs(1). Approved by: peter --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 95bac4e..af783a1 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 # -- cgit v1.1