diff options
author | ru <ru@FreeBSD.org> | 2005-12-24 07:04:15 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-12-24 07:04:15 +0000 |
commit | 65e7f6f8f15fe1207add181453a6ed49a6fdf228 (patch) | |
tree | 8e6906f84b21ca207a98c7d482b4b7b02a9d57d6 /Makefile | |
parent | bbb6ef88efb0f2930c6a6dfc2b93636ee49e78d2 (diff) | |
download | FreeBSD-ports-65e7f6f8f15fe1207add181453a6ed49a6fdf228.zip FreeBSD-ports-65e7f6f8f15fe1207add181453a6ed49a6fdf228.tar.gz |
MFsrc: Show stray files during "cvs update".
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 |