mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 21:52:45 +00:00
Get rid of "sticky" files when updating sources with cvs(1).
Approved by: peter
This commit is contained in:
parent
2bed2aa31f
commit
8d76bd014c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58769
@ -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