diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-03-05 09:08:10 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-03-05 09:08:10 +0000 |
commit | 41154f0bc33fe8392e0ebc02cc0c0e391f246bfa (patch) | |
tree | 045856ab7beac3ad503058f06b02e3b5e5428335 /Makefile | |
parent | a3515324ffc0947759a64048ad439dc2385e97dd (diff) | |
download | ports-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |