Re: Speeding up Kernel compiles using make-kpkg

2001-07-02 Thread Joost Kooij
On Mon, Jul 02, 2001 at 12:51:17PM -0500, John Foster wrote: > If I put the CONCURRENCY_LEVEL := 2 in my root environment variable will > it be useful in allowing all of my compiled applications to run with > maximum efficiency on my dual processor system? No, it will only affect the (one-time) co

Re: Speeding up Kernel compiles using make-kpkg

2001-07-02 Thread John Foster
Steve Kowalik wrote: > > On Sun, Jul 01, 2001 at 02:42:20PM -0500, S.Salman Ahmed uttered: > > > > Is there any way to pass the "-j " option to make when building > > kernels using make-kpkg ? > > > Read the README for kernel-package. > Make a .kernel-pkg.conf in ~ as the user you compile it as. >

Re: Speeding up Kernel compiles using make-kpkg

2001-07-02 Thread Leonard Stiles
S.Salman Ahmed <[EMAIL PROTECTED]> writes: > Is there any way to pass the "-j " option to make when building > kernels using make-kpkg ? Yes. See kernel-pkg.conf(5) for details. -- Leonard Stiles <[EMAIL PROTECTED]>

Re: Speeding up Kernel compiles using make-kpkg

2001-07-01 Thread Noah Meyerhans
On Sun, Jul 01, 2001 at 02:42:20PM -0500, S . Salman Ahmed wrote: > > Is there any way to pass the "-j " option to make when building > kernels using make-kpkg ? RTFM. 'man kernel-pkg.conf' and search for CONCURRENCY_LEVEL or just '-j'. > I am hoping that by passing the "-j" option to make, ker

Re: Speeding up Kernel compiles using make-kpkg

2001-07-01 Thread Steve Kowalik
On Sun, Jul 01, 2001 at 02:42:20PM -0500, S.Salman Ahmed uttered: > > Is there any way to pass the "-j " option to make when building > kernels using make-kpkg ? > Read the README for kernel-package. Make a .kernel-pkg.conf in ~ as the user you compile it as. [EMAIL PROTECTED]:~$ grep -i concurr