Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 60640

Summary: config-kernel 0.3.3 setting KBUILD_OUTPUT_PREFIX=x variable instead of KBUILD_OUTPUT=x
Product: Gentoo Linux Reporter: Danny Brain <tehdanish>
Component: [OLD] Core systemAssignee: Peter Johanson (RETIRED) <latexer>
Status: RESOLVED WONTFIX    
Severity: major CC: david, jrmalaq, tove
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Danny Brain 2004-08-17 00:22:41 UTC
When running 'config-kernel --output-dir=/var/tmp/kernel-output/2.6.8' it sets an environment variable:
KBUILD_OUTPUT_PREFIX="/var/tmp/kernel-output/2.6.8"
Which doesn't seem to be picked up by the kernel compiler.
The only way I've been able to output my kernel to another location, is by changing this variable to:
KBUILD_OUTPUT="/var/tmp/kernel-output/2.6.8"

Unsure if this has been done on purpose and I just havn't configured it properly or if someone has messed up. Sorry if it's on my side.

Reproducible: Always
Steps to Reproduce:
1. config-kernel --output-dir=/var/tmp/kernel-output/2.6.8
2. sudo env-update && source /etc/profile
3.

Actual Results:  
A environment variable KBUILD_OUTPUT_PREFIX="/var/tmp/kernel-output/2.6.8" is
created.

Expected Results:  
Environment variable KBUILD_OUTPUT="/var/tmp/kernel-output/2.6.8" created.

config-kernel 0.3.3
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-10-25 17:13:17 UTC
No longer in portage, irrelevant bug.