From ed7060bd95389834931330a2e70afe22de6232ea Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 24 Dec 2005 07:04:15 +0000 Subject: MFsrc: Show stray files during "cvs update". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3