FreeBSD Bugzilla – Attachment 78054 Details for
Bug 112281
[PATCH] bsd.scons.mk: respect BUILD_WRKSRC and INSTALL_WRKSRC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bsd.scons.mk.diff
bsd.scons.mk.diff (text/plain), 790 bytes, created by
Alejandro Pulver
on 2007-05-01 06:30:10 UTC
(
hide
)
Description:
bsd.scons.mk.diff
Filename:
MIME Type:
Creator:
Alejandro Pulver
Created:
2007-05-01 06:30:10 UTC
Size:
790 bytes
patch
obsolete
>Index: ports/Mk/bsd.scons.mk >=================================================================== >RCS file: /home/pcvs/ports/Mk/bsd.scons.mk,v >retrieving revision 1.8 >diff -u -r1.8 bsd.scons.mk >--- ports/Mk/bsd.scons.mk 15 Sep 2006 08:06:12 -0000 1.8 >+++ ports/Mk/bsd.scons.mk 27 Apr 2007 16:07:18 -0000 >@@ -75,14 +75,14 @@ > > .if !target(do-build) > do-build: >- @cd ${WRKSRC} && \ >+ @cd ${BUILD_WRKSRC} && \ > ${SETENV} ${SCONS_BUILDENV} ${SCONS_BIN} ${SCONS_ENV} ${SCONS_ARGS} \ > ${SCONS_TARGET} > .endif > > .if !target(do-install) > do-install: >- @cd ${WRKSRC} && ${SETENV} ${SCONS_BUILDENV} ${SCONS_BIN} ${SCONS_ENV} \ >- ${SCONS_ARGS} ${SCONS_INSTALL_TARGET} >+ @cd ${INSTALL_WRKSRC} && ${SETENV} ${SCONS_BUILDENV} ${SCONS_BIN} \ >+ ${SCONS_ENV} ${SCONS_ARGS} ${SCONS_INSTALL_TARGET} > .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 112281
: 78054