FreeBSD Bugzilla – Attachment 59012 Details for
Bug 88840
Enable use of CVSROOT variable into src Makefile (for update target)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 529 bytes, created by
User &
on 2005-11-11 12:40:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
User &
Created:
2005-11-11 12:40:14 UTC
Size:
529 bytes
patch
obsolete
>--- Makefile.inc1.original Fri Nov 11 13:14:40 2005 >+++ Makefile.inc1 Fri Nov 11 13:17:42 2005 >@@ -765,7 +765,11 @@ > @echo "--------------------------------------------------------------" > @echo ">>> Updating ${.CURDIR} from CVS repository" ${CVSROOT} > @echo "--------------------------------------------------------------" >+.if defined(CVSROOT) >+ cd ${.CURDIR}; ${CVS} -R -q -d ${CVSROOT} update ${CVSFLAGS} >+.else > cd ${.CURDIR}; ${CVS} -R -q update ${CVSFLAGS} >+.endif > .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 88840
: 59012