Re: kernel compilation WAS: Re: TerraSoft PPC Motherboard.

2003-01-22 Thread simon
On Tue, Jan 21, 2003 at 11:14:22 -0800, [EMAIL PROTECTED] composed: > > i use make-kpkg usually :|, hm, edit the scripts to do so maybe? > > Just add: > CONCURRENCY_LEVEL := 2 > in your /etc/kernel-pkg.conf file. > -Brett wow, all the really good advice, thanks to all. and a TIA if you don't get

Re: kernel compilation WAS: Re: TerraSoft PPC Motherboard.

2003-01-21 Thread brett
> i use make-kpkg usually :|, hm, edit the scripts to do so maybe? Just add: CONCURRENCY_LEVEL := 2 in your /etc/kernel-pkg.conf file. -Brett > simon

Re: kernel compilation WAS: Re: TerraSoft PPC Motherboard.

2003-01-20 Thread vinai
> On Mon, Jan 20, 2003 at 17:00:34 -0600, vinai composed: > > > On Mon, 20 Jan 2003 [EMAIL PROTECTED] wrote: > > > > Thread your "make" jobs with the -j switch, e.g. > > > > $ make -j2 vmlinux > > i use make-kpkg usually :|, hm, edit the scripts to do so maybe? I don't have any experience with

kernel compilation WAS: Re: TerraSoft PPC Motherboard.

2003-01-20 Thread simon
On Mon, Jan 20, 2003 at 17:00:34 -0600, vinai composed: > On Mon, 20 Jan 2003 [EMAIL PROTECTED] wrote: > > Thread your "make" jobs with the -j switch, e.g. > > $ make -j2 vmlinux > > I'm not sure how much it will help, but it is something fairly easy you > can try. The caveat is a few times