Adam McKenna wrote:
> 
> Actually, I looked through the kernel source and it's part of floppy.c..
> 
> I don't know why it was saying it, but I did a make clean and rebuilt the
> kernel and it seems to have cleared the problem up.
> 
> Which brings me to another question --  In the 2.0 days, I used to do the
> following every time I built a kernel:
> 
> make dep; make clean; make bzlilo
> 
> Nowadays, after making configuration changes etc, the config process advises
> to just make zImage etc without making dep or clean first.  Is this really a
> process that's recommended?

        No it's not. After config you must do a make dep,make clean, make
bzImage (bzlilo or whatever) and all the kernels I've compiled sofar
(2.0.x , 2.2.x and 2.3.x) has shown this message after exiting the
config ( I use menuconfig).

best regards

Christian
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to