Re: compile time on 2.6.8

2004-08-31 Thread Nathan Middleton
On Tue, 31 Aug 2004 14:10:30 -0500, Lance Hoffmeyer <[EMAIL PROTECTED]> wrote: > How long is it taking people who compile the > 2.6.8 kernel? Takes me just under 10 minutes on a 1200 Duron with 512Mbs of ram and 256Mb of swap w/o any other associated load. I'm using make-kpkg to make the package

Re: compile time on 2.6.8

2004-08-31 Thread Lance Hoffmeyer
Oh yeah, the Debian way > > > > Hi > You should try: > export MAKE="make -j3" > before running make-kpkg, you should get a higher load but also a shorter > compilation time as the 2 cpus will be used. > > this assumes that you do it "the debian way", I think you can do the same > with the stand

Re: compile time on 2.6.8

2004-08-31 Thread Lance Hoffmeyer
I cut the compile time down to 19m20s. Change line 14 in toplevel Makefile to MAKEFLAGS += --no-print-directory -j 3 There has to be a space between the -j and 3 (or 4 or whatever you use). I did have MAKEFLAGS += --no-print-directory -j3 and it took 45m because there was no space. Just as an

Re: compile time on 2.6.8

2004-08-31 Thread botio
Lance Hoffmeyer wrote: > How long is it taking people who compile the > 2.6.8 kernel? It is taking about 30-40 minutes > on my dual AMD MP2100?? And I am compiling from > a Deb Sarge kernel-image 2.6.8-1-K7-smp?? > Doesn't seem right. Seems like I used to compile > in 5 minutes or less?? > Hi

Re: compile time on 2.6.8

2004-08-31 Thread Mike
Lance Hoffmeyer wrote: How long is it taking people who compile the 2.6.8 kernel? It is taking about 30-40 minutes on my dual AMD MP2100?? And I am compiling from a Deb Sarge kernel-image 2.6.8-1-K7-smp?? Doesn't seem right. Seems like I used to compile in 5 minutes or less?? Compiling on De

Re: compile time on 2.6.8

2004-08-31 Thread Paul Johnson
<#secure method=pgp mode=sign> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lance Hoffmeyer <[EMAIL PROTECTED]> writes: > How long is it taking people who compile the > 2.6.8 kernel? Depends on what options you have set at compile time. If you compile *only* what you need, probably five minute

Re: compile time on 2.6.8

2004-08-31 Thread Brian Pack
On Tue, 2004-08-31 at 15:10, Lance Hoffmeyer wrote: > How long is it taking people who compile the > 2.6.8 kernel? It is taking about 30-40 minutes > on my dual AMD MP2100?? And I am compiling from > a Deb Sarge kernel-image 2.6.8-1-K7-smp?? > Doesn't seem right. Seems like I used to compile >