Get rid of "sticky" files when updating sources with cvs(1).

Approved by:	peter
This commit is contained in:
Ruslan Ermilov 2000-03-29 07:30:44 +00:00
parent 2bed2aa31f
commit 8d76bd014c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58769

View File

@ -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
#