Martin DiViaio on Thu, 8 Jul 1999 00:00:31 -0400 (EDT) |
Vale_Kenny@vanguard.com wrote: > > so, to clarify..(BTW, I just found about the mrproper bit, the hard way...) > > make <whatever>config > make dep > make clean > make bzImage > make modules > make modules-install > copy bzImage to /boot > edit lilo.conf > run lilo > You should do make mrproper BEFORE make config. Especially if you are compiling from the sources a second (or more) time. make mrproper will clean out all of the object files from your previous compile so you are guaranteed to get a clean compile. There is also a make distclean that does pretty much the same thing as make mrproper. _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|