aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-03-29 07:30:44 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-03-29 07:30:44 +0000
commit8d76bd014c70a02d8292550bee7e5f14f1abf935 (patch)
treed542d26d39d6ed4d7637fea2eb566ee459746e23 /Makefile.inc1
parent2bed2aa31f2edbb1572608e2eb591f2edcc7d7b7 (diff)
downloadsrc-8d76bd014c70a02d8292550bee7e5f14f1abf935.tar.gz
src-8d76bd014c70a02d8292550bee7e5f14f1abf935.zip
Get rid of "sticky" files when updating sources with cvs(1).
Approved by: peter
Notes
Notes: svn path=/head/; revision=58769
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 95bac4e39ae4..af783a135477 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
#