Re: [QUESTION] mrproper

Alexandre Hautequest (hquest@linuxbr.com.br)
Tue, 23 Feb 1999 15:19:58 -0300


> > Try a make mrproper first.
> I have either forgotten or never knew - what does mrproper do? I'm
trying to brush up
> on my kernel-building skills :)

mproper does a wash in your kernel source, removing junk from old
compilations (or old tries...), like dependencies, core files, and so on.

Is highly recommended to run make mrproper at each new kernel compilation.
But now you can say: Sure, doing this i've lost my configs. I tell you:
Right, but just copy after the build the .config file. And, voila, you have
your config in a secure place (until you delete it.).

Hope this helps. More info at kernel's top dir/README,
Documentation/Changes and linux-kernel@vger.rutgers.edu :)

--
Alexandre Hautequest
hquest@linuxbr.com.br
ICQ 8563517
"When I'm on the road, I'm indestructible. No one can stop me. But they
try..."

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/