MFsrc: Show stray files during "cvs update".

This commit is contained in:
Ruslan Ermilov 2005-12-24 07:04:15 +00:00
parent ae8a8584ac
commit ed7060bd95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151958

View file

@ -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