summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-05 09:08:10 +0000
committerru <ru@FreeBSD.org>2003-03-05 09:08:10 +0000
commit4f06af7e00ed3b397e662217e0789ac6d12d64ee (patch)
tree17a60ce71f44a78b26c0db190523e9b580ed5a34 /Makefile
parentee9a03f3b5ee8d765c9d8c3681b47276a0831f95 (diff)
downloadFreeBSD-ports-4f06af7e00ed3b397e662217e0789ac6d12d64ee.zip
FreeBSD-ports-4f06af7e00ed3b397e662217e0789ac6d12d64ee.tar.gz
In a spirit of src/Makefile.inc1,v 1.142, get rid of "sticky"
files when updating ports sources with cvs(1).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3eedd9..7e2cd11 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,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
.elif defined(SUP_UPDATE) && !defined(PORTSSUPFILE)
@${ECHO_MSG} "Error: Please define PORTSSUPFILE before doing make update."
@exit 1
OpenPOWER on IntegriCloud