aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-12-24 07:04:15 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-12-24 07:04:15 +0000
commited7060bd95389834931330a2e70afe22de6232ea (patch)
treeb7b6afea86a90b42e17e3697afed3d63f8768e78 /Makefile
parentae8a8584ac0b36ac2c08b660d91e36a9e08debfb (diff)
downloadports-ed7060bd95389834931330a2e70afe22de6232ea.tar.gz
ports-ed7060bd95389834931330a2e70afe22de6232ea.zip
MFsrc: Show stray files during "cvs update".
Notes
Notes: svn path=/head/; revision=151958
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 735e0b552eff..40b3002fa864 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ update:
@echo "--------------------------------------------------------------"
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}; ${CVS} -R -q update -A -P -d
+ cd ${.CURDIR}; ${CVS} -R -q update -A -P -d -I!
.elif defined(SUP_UPDATE) && !defined(PORTSSUPFILE)
@${ECHO_MSG} "Error: Please define PORTSSUPFILE before doing make update."
@exit 1