mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 23:43:35 +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 "--------------------------------------------------------------"
|
||||||
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
|
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
cd ${.CURDIR}; cvs -q update -P -d
|
cd ${.CURDIR}; cvs -q update -A -P -d
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user