Robert Cole wrote: > Just curious what everyone is using for a make line with the new > kernel. > > In 2.4 mine was straight out of the gentoo docs: > > make dep && make clean bzImage modules modules_install > > With 2.6 I made only one change and took out the dep because it's not > needed anymore: > > make && make clean bzImage modules modules_install > > It just seems watching the compile like the clean isn't needed either > but I'm not sure. Seems like it does something twice with the clean > in there. > > 2.6 compiles and works fine with the above line it's just the compile > times seems a bit long. >
# make bzImage modules modules_install That is all I used. It takes longer to build this kernel because there are MANY more features there. Monolithic indeed. Tom Veldhouse -- [EMAIL PROTECTED] mailing list
