Kyle Burton on Mon, 7 Jun 1999 15:02:21 -0400 (EDT) |
make -j 5 speed up your builds make dep && make clean && make -j 5 bzImage && make -j 5 modules && make -j 5 modules_install zoom zoom zoom Of course, you can do -j with no parameter if you're brave...but it should shave a few more seconds off your kernel compiles (ever seen a linux box bog down? -- just do 'make -j bzImage', it's like swimming in molasses). k ------------------------------------------------------------------------------ All theoretical chemistry is really physics; and all theoretical chemists know it. -- Richard P. Feynman mortis@voicenet.com http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ On Mon, 7 Jun 1999 Vale_Kenny@vanguard.com wrote: > I'll try it tonight, I've gotten a couple of emails saying there is not a > problem w/ bzImage, on modern machines w/ lotsa RAM. Therefore, I'll be > recompiling tonight w/ bzImage, and put all of the cool goodies back in.. > Thanks, > I'll keep the list informed if I have any hassles.. > Peace, > Vale > > > > _______________________________________________ > Plug maillist - Plug@lists.nothinbut.net > http://lists.nothinbut.net/mail/listinfo/plug > _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|