Get rid of "sticky" files when updating sources with cvs(1).
Approved by: peter
This commit is contained in:
parent
2bed2aa31f
commit
8d76bd014c
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user