mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 10:52:50 +00:00
MFC: (rev 1.142)
Get rid of "sticky" files when updating sources from CVS repository. Requested by: peter
This commit is contained in:
parent
7bc65648a4
commit
4c4c0c7302
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/3/; revision=59049
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user