mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
MFsrc: Show stray files during "cvs update".
This commit is contained in:
parent
ae8a8584ac
commit
ed7060bd95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151958
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue