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

Bug 1349

Summary: kernel needs make mrproper
Product: Gentoo Linux Reporter: Christian Loitsch <gentoo-bug>
Component: [OLD] Core systemAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: minor CC: g2boojum, gentoo-bug
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christian Loitsch 2002-03-26 12:06:48 UTC
I followed the manual, but for whatever reason my kernel would not
compile without a prior make mrproper.
kernel is 2.4.17-r5.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-03-28 00:32:39 UTC
Yes.  Not sure the best way to go about fixing this one.
Comment 2 Christian Loitsch 2002-03-28 08:28:36 UTC
should be enough to just mention it in the manual.
The problem is not the make mrproper, but to find out, that you have
to do it.
Comment 3 Daniel Robbins (RETIRED) gentoo-dev 2002-03-29 17:27:41 UTC
This is fixed in linux-sources-2.4.19.  We now only do a make dep if we have
detected a pre-existing config in /usr/src/linux and used it for our new kernel,
in which case the config should be similar enough to what the user wants to not
require a make mrproper.  So soon, no make mrproper will be needed at new install
time.