Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 170024 Details for
Bug 244671
sys-devel/crossdev-wrappers: add support for custom PORTDIR and DISTDIR
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
setup portdir and distdir too
wrap.patch (text/plain), 916 bytes, created by
Alexis Ballier
on 2008-10-27 19:10:17 UTC
(
hide
)
Description:
setup portdir and distdir too
Filename:
MIME Type:
Creator:
Alexis Ballier
Created:
2008-10-27 19:10:17 UTC
Size:
916 bytes
patch
obsolete
>--- emerge-wrapper.old 2008-10-27 19:58:03.000000000 +0100 >+++ emerge-wrapper 2008-10-27 19:57:56.000000000 +0100 >@@ -25,6 +25,8 @@ > [[ $ARCH != "" ]] && sed -i -e s/__ARCH__/${ARCH}/g ${conf} > sed -i -e s/__CHOST__/${chost}/g -e s/__CBUILD__/${CBUILD}/g ${conf} > echo MAKEOPTS=-j$(cat /proc/cpuinfo | grep processor| wc -l) >> ${conf} >+ [[ ${portdir} != "" ]] && echo PORTDIR=\"${portdir}\" >> ${conf} >+ [[ ${distdir} != "" ]] && echo DISTDIR=\"${distdir}\" >> ${conf} > [[ ${overlay} != "" ]] && echo PORTDIR_OVERLAY=\"${overlay}\" >> ${conf} > } > >@@ -35,6 +37,8 @@ > chosts=$(gcc-config -l | awk '{print $2}'| grep -- -| cut -d '-' -f 1-4| sort -u) > cd $dn || { echo "Failed to cd to $dn" ; exit 1; } > export overlay=$(portageq envvar PORTDIR_OVERLAY) >+ export portdir=$(portageq envvar PORTDIR) >+ export distdir=$(portageq envvar DISTDIR) > > for chost in $chosts; do > [[ $chost == $CBUILD ]] && continue
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 244671
: 170024