Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 87066 Details for
Bug 113614
linux-headers doesn't unset KBUILD_OUTPUT... again
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
unset KBUILD_OUTPUT early in kernel-2.eclass
kernel-2_unset-KBUILD_OUTPUT.patch (text/plain), 927 bytes, created by
Ben Peddell
on 2006-05-19 10:26:33 UTC
(
hide
)
Description:
unset KBUILD_OUTPUT early in kernel-2.eclass
Filename:
MIME Type:
Creator:
Ben Peddell
Created:
2006-05-19 10:26:33 UTC
Size:
927 bytes
patch
obsolete
>--- eclass/kernel-2.eclass.old 2006-05-09 00:35:46.000000000 +1000 >+++ eclass/kernel-2.eclass 2006-05-20 03:22:18.945699672 +1000 >@@ -278,6 +278,11 @@ > kernel_is 2 6 || kernel_is 2 5 > } > >+# New kernels (whether sys-kernel/*-sources or sys-kernel/*-headers) >+# don't need to build against the current kernel, so >+# unset KBUILD_OUTPUT here >+unset KBUILD_OUTPUT >+ > # Capture the sources type and set DEPENDs > if [[ ${ETYPE} == sources ]]; then > DEPEND="!build? ( sys-apps/sed >@@ -298,10 +303,6 @@ > DESCRIPTION="Linux system headers" > IUSE="" > >- # Since we should NOT honour KBUILD_OUTPUT in headers >- # lets unset it here. >- unset KBUILD_OUTPUT >- > if [[ ${CTARGET} = ${CHOST} ]]; then > DEPEND="!virtual/os-headers" > PROVIDE="virtual/os-headers" >@@ -473,7 +474,7 @@ > > compile_manpages() { > einfo "Making manpages ..." >- env -u ARCH -u KBUILD_OUTPUT make mandocs >+ env -u ARCH make mandocs > } > > # install functions
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 113614
:
76808
|
80710
|
86143
| 87066 |
92314