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.

Thanks,
Robert

--
[EMAIL PROTECTED] mailing list




RTFM : "make && make module_install" is enough to build / install modules, and to build the bzImage.


-- [EMAIL PROTECTED] mailing list



Reply via email to