FreeBSD Bugzilla – Attachment 8583 Details for
Bug 17903
Allow CVS_UPDATE to be used with SUP_UPDATE w/o PORTSSUPFILE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 921 bytes, created by
James Housley
on 2000-04-10 15:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
James Housley
Created:
2000-04-10 15:30:02 UTC
Size:
921 bytes
patch
obsolete
>--- Makefile Mon Apr 10 10:21:28 2000 >+++ Makefile.new Mon Apr 10 10:20:48 2000 >@@ -78,11 +86,7 @@ > > CVS?= cvs > update: >-.if defined(SUP_UPDATE) >-.if !defined(PORTSSUPFILE) >- @${ECHO_MSG} "Error: Please define PORTSSUPFILE before doing make update." >- @exit 1 >-.endif >+.if defined(SUP_UPDATE) && defined(PORTSSUPFILE) > @echo "--------------------------------------------------------------" > @echo ">>> Running ${SUP}" > @echo "--------------------------------------------------------------" >@@ -92,6 +96,9 @@ > @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} > @echo "--------------------------------------------------------------" > cd ${.CURDIR}; ${CVS} -q update -P -d >+.elif defined(SUP_UPDATE) && !defined(PORTSSUPFILE) >+ @${ECHO_MSG} "Error: Please define PORTSSUPFILE before doing make update." >+ @exit 1 > .else > @${ECHO_MSG} "Error: Please define either SUP_UPDATE or CVS_UPDATE first." > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17903
: 8583