FreeBSD Bugzilla – Attachment 110269 Details for
Bug 151414
Add 'work' when WRKDIRPREFIX is used.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 684 bytes, created by
David E. O'Brien
on 2010-10-12 21:30:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David E. O'Brien
Created:
2010-10-12 21:30:04 UTC
Size:
684 bytes
patch
obsolete
>Index: bsd.port.mk >=================================================================== >RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v >retrieving revision 1.649 >diff -u -p -r1.649 bsd.port.mk >--- bsd.port.mk 29 Sep 2010 20:51:55 -0000 1.649 >+++ bsd.port.mk 12 Oct 2010 20:11:50 -0000 >@@ -3664,6 +3698,9 @@ do-extract: > ${CHOWN} -R 0:0 ${WRKDIR}; \ > fi > .endif >+.if !empty(WRKDIRPREFIX) >+ @ln -s ${WRKDIRPREFIX}${.CURDIR}/work ${.CURDIR} >+.endif > .endif > > # Patch >@@ -4589,6 +4631,9 @@ do-clean: > ${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \ > fi; \ > fi >+.if !empty(WRKDIRPREFIX) >+ @[ -L ${.CURDIR}/work ] && rm -f ${.CURDIR}/work >+.endif > .endif > > .if !target(clean)
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 151414
: 110269