Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78655 Details for
Bug 121181
getfilevar from linux-info.eclass does not work correctly on current development kernels
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes linux-info.eclass to correctly extract variables from recent kernel's makefiles.
linux-info.eclass.diff (text/plain), 433 bytes, created by
Andreas Deresch
on 2006-02-01 07:27:26 UTC
(
hide
)
Description:
Fixes linux-info.eclass to correctly extract variables from recent kernel's makefiles.
Filename:
MIME Type:
Creator:
Andreas Deresch
Created:
2006-02-01 07:27:26 UTC
Size:
433 bytes
patch
obsolete
>--- linux-info.eclass.orig 2006-02-01 15:35:26.000000000 +0100 >+++ linux-info.eclass 2006-02-01 16:00:42.000000000 +0100 >@@ -116,8 +116,8 @@ > unset ARCH > > cd "${basedname}" >- echo -e "include ${basefname}\ne:\n\t@echo \$(${1})" | \ >- make ${BUILD_FIXES} -s -f - e 2>/dev/null >+ echo -e "e:\\n\\t@echo \$(${1})\\ninclude ${basefname}" | \ >+ make ${BUILD_FIXES} -s -f - 2>/dev/null > cd "${workingdir}" > > ARCH=${myARCH}
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 121181
: 78655