MFC: (rev 1.142)

Get rid of "sticky" files when updating sources from CVS repository.

Requested by:	peter
This commit is contained in:
Ruslan Ermilov 2000-04-05 17:55:16 +00:00
parent 7bc65648a4
commit 4c4c0c7302
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/3/; revision=59049

View File

@ -398,7 +398,7 @@ update:
@echo "--------------------------------------------------------------"
@echo ">>> Updating /usr/src from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
cd ${.CURDIR}; cvs -q update -P -d
cd ${.CURDIR}; cvs -q update -rRELENG_3 -P -d
.endif
#