aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-03-05 09:08:10 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-03-05 09:08:10 +0000
commit41154f0bc33fe8392e0ebc02cc0c0e391f246bfa (patch)
tree045856ab7beac3ad503058f06b02e3b5e5428335 /Makefile
parenta3515324ffc0947759a64048ad439dc2385e97dd (diff)
downloadports-41154f0bc33fe8392e0ebc02cc0c0e391f246bfa.tar.gz
ports-41154f0bc33fe8392e0ebc02cc0c0e391f246bfa.zip
In a spirit of src/Makefile.inc1,v 1.142, get rid of "sticky"
files when updating ports sources with cvs(1).
Notes
Notes: svn path=/head/; revision=76907
Diffstat (limited to 'Makefile')
-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