summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-12-24 07:04:15 +0000
committerru <ru@FreeBSD.org>2005-12-24 07:04:15 +0000
commit65e7f6f8f15fe1207add181453a6ed49a6fdf228 (patch)
tree8e6906f84b21ca207a98c7d482b4b7b02a9d57d6 /Makefile
parentbbb6ef88efb0f2930c6a6dfc2b93636ee49e78d2 (diff)
downloadFreeBSD-ports-65e7f6f8f15fe1207add181453a6ed49a6fdf228.zip
FreeBSD-ports-65e7f6f8f15fe1207add181453a6ed49a6fdf228.tar.gz
MFsrc: Show stray files during "cvs update".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 735e0b5..40b3002 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
OpenPOWER on IntegriCloud