Re: using dual core to build kernels

2008-11-29 Thread green
On Fri, 2008.11.28, 333, Jerome BENOIT wrote: You want to add in `/etc/kernel-pkg.conf' the line CONCURRENCY_LEVEL := 2 Hey, that's better, thanks. I usually forget about it otherwise. signature.asc Description: Digital signature

using dual core to build kernels

2008-11-27 Thread Daniel Dalton
Hi, I have a dual core system here, what is the switch to make make-kpkg when building the kernel to use both cores? I know -j works for make, but is there one for make-kpkg? Thanks, Danny -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: using dual core to build kernels

2008-11-27 Thread Kumar Appaiah
On Fri, Nov 28, 2008 at 01:39:31PM +1100, Daniel Dalton wrote: I have a dual core system here, what is the switch to make make-kpkg when building the kernel to use both cores? I know -j works for make, but is there one for make-kpkg? From the make-kpkg man page: CONCURRENCY_LEVEL If defined,

Re: using dual core to build kernels

2008-11-27 Thread Jerome BENOIT
Hello Daniel, You want to add in `/etc/kernel-pkg.conf' the line CONCURRENCY_LEVEL := 2 hth, Jerome Daniel Dalton wrote: Hi, I have a dual core system here, what is the switch to make make-kpkg when building the kernel to use both cores? I know -j works for make, but is there one for

Re: using dual core to build kernels

2008-11-27 Thread Daniel Dalton
From the make-kpkg man page: CONCURRENCY_LEVEL Thanks, that is what I'm after. Sorry, I know I should have looked at the man page... :-) Danny -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: using dual core to build kernels

2008-11-27 Thread Kumar Appaiah
On Fri, Nov 28, 2008 at 02:25:34PM +1100, Daniel Dalton wrote: From the make-kpkg man page: CONCURRENCY_LEVEL Thanks, that is what I'm after. Sorry, I know I should have looked at the man page... :-) That's OK; it's not immediately apparent from a cursory glance. Glad to have been of