Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86143 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 in install_manpages
KBUILD_OUTPUT-fix2.patch (text/plain), 404 bytes, created by
Ben Peddell
on 2006-05-04 08:20:48 UTC
(
hide
)
Description:
unset KBUILD_OUTPUT in install_manpages
Filename:
MIME Type:
Creator:
Ben Peddell
Created:
2006-05-04 08:20:48 UTC
Size:
404 bytes
patch
obsolete
>--- eclass/kernel-2.eclass.orig 2006-02-26 03:11:22.000000000 +1000 >+++ eclass/kernel-2.eclass 2006-05-05 01:09:00.000000000 +1000 >@@ -596,7 +596,7 @@ > > sed -ie "s#/usr/local/man#${D}/usr/share/man#g" ${myfiles} > ebegin "Installing manpages" >- env -u ARCH make installmandocs >+ env -u ARCH -u KBUILD_OUTPUT make installmandocs > eend $? > sed -ie "s#${D}/usr/share/man#/usr/local/man#g" ${myfiles} > }
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