aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-05 17:08:10 +0800
committerru <ru@FreeBSD.org>2003-03-05 17:08:10 +0800
commit4f06af7e00ed3b397e662217e0789ac6d12d64ee (patch)
tree17a60ce71f44a78b26c0db190523e9b580ed5a34
parentee9a03f3b5ee8d765c9d8c3681b47276a0831f95 (diff)
downloadfreebsd-ports-gnome-4f06af7e00ed3b397e662217e0789ac6d12d64ee.tar.gz
freebsd-ports-gnome-4f06af7e00ed3b397e662217e0789ac6d12d64ee.tar.zst
freebsd-ports-gnome-4f06af7e00ed3b397e662217e0789ac6d12d64ee.zip
In a spirit of src/Makefile.inc1,v 1.142, get rid of "sticky"
files when updating ports sources with cvs(1).
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3eedd920a20..7e2cd118fa28 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