diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-24 07:04:15 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-24 07:04:15 +0000 |
commit | ed7060bd95389834931330a2e70afe22de6232ea (patch) | |
tree | b7b6afea86a90b42e17e3697afed3d63f8768e78 /Makefile | |
parent | ae8a8584ac0b36ac2c08b660d91e36a9e08debfb (diff) |
MFsrc: Show stray files during "cvs update".
Notes
Notes:
svn path=/head/; revision=151958
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |