Building kernels consistantly.

2002-11-20 Thread Michael Tiernan
Okay, I have to ask this I feel stupid but I've not seen the answer yet. (No doubt as soon as I send this I'll figure it out.) If I take the kernel sources (/usr/src/linux*) and do a make mrproper to clean them up/out, I end up with a blank slate. This works fine. Now, if I copy a config

Re: Building kernels consistantly.

2002-11-20 Thread Adam Bowns
Do you already have the config file ? If so make mrproper make xconfig (or whatever your fav configurator is) then choose load config from file, and type in the file name when prompted. (the config file can be anywhere doesn't have to be in the kernel dir) Save and exit now your make dep and

Re: Building kernels consistantly.

2002-11-20 Thread Samuel Flory
Michael Tiernan wrote: Okay, I have to ask this I feel stupid but I've not seen the answer yet. (No doubt as soon as I send this I'll figure it out.) If I take the kernel sources (/usr/src/linux*) and do a make mrproper to clean them up/out, I end up with a blank slate. This works fine.