Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86141 Details for
Bug 132253
make defconfig in unpack_2_6 in kernel-2.eclass should use ${xmakeopts}
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to kernel-2.eclass
kernel-2.eclass.patch (text/plain), 633 bytes, created by
John Sager
on 2006-05-04 06:58:22 UTC
(
hide
)
Description:
patch to kernel-2.eclass
Filename:
MIME Type:
Creator:
John Sager
Created:
2006-05-04 06:58:22 UTC
Size:
633 bytes
patch
obsolete
>--- kernel-2.eclass.orig 2006-05-03 11:36:17.000000000 +0000 >+++ kernel-2.eclass 2006-05-04 13:50:42.000000000 +0000 >@@ -353,7 +353,7 @@ > # autogenerate it ... generate a .config to keep version.h build from > # spitting out an annoying warning > make -s mrproper ${xmakeopts} 2>/dev/null || die "make mrproper failed" >- make -s defconfig &>/dev/null 2>&1 || die "make defconfig failed" >+ make -s defconfig ${xmakeopts} &>/dev/null 2>&1 || die "make defconfig failed" > make -s include/linux/version.h ${xmakeopts} || die "make include/linux/version.h failed" > rm -f .config > }
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 132253
: 86141