FreeBSD Bugzilla – Attachment 104251 Details for
Bug 144405
[build] [patch] include /usr/obj/lib32 in cleanworld target on amd64 arch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 501 bytes, created by
Alexander Best
on 2010-03-02 00:10:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexander Best
Created:
2010-03-02 00:10:07 UTC
Size:
501 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 204540) >+++ Makefile (working copy) >@@ -159,6 +159,11 @@ > -chflags -R 0 ${.OBJDIR} > rm -rf ${.OBJDIR}/* > .endif >+.if exists(${MAKEOBJDIRPREFIX}/lib32${.CURDIR}/) >+ -rm -rf ${MAKEOBJDIRPREFIX}/lib32${.CURDIR}/* >+ -chflags -R 0 ${MAKEOBJDIRPREFIX}/lib32${.CURDIR} >+ rm -rf ${MAKEOBJDIRPREFIX}/lib32${.CURDIR}/* >+.endif > > # > # Handle the user-driven targets, using the source relative mk files.
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 144405
: 104251