summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-03-29 07:30:44 +0000
committerru <ru@FreeBSD.org>2000-03-29 07:30:44 +0000
commitd2601a9b072d408a40540b0fc2babb2abba469e1 (patch)
tree9795bb6a002b960299e07e34182f203603d001aa /Makefile.inc1
parent9fa69f5f299e62a9ae54b3fe5e843fcac5098ac0 (diff)
downloadFreeBSD-src-d2601a9b072d408a40540b0fc2babb2abba469e1.zip
FreeBSD-src-d2601a9b072d408a40540b0fc2babb2abba469e1.tar.gz
Get rid of "sticky" files when updating sources with cvs(1).
Approved by: peter
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 95bac4e..af783a1 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
#
OpenPOWER on IntegriCloud