Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Nov 2012 20:53:02 +0100
From:      Andre Oppermann <andre@freebsd.org>
To:        John Baldwin <jhb@freebsd.org>
Cc:        freebsd-hackers@freebsd.org, freebsd-current@freebsd.org
Subject:   Re: kernel module parallel build?
Message-ID:  <5096C79E.6020400@freebsd.org>
In-Reply-To: <201210220928.52778.jhb@freebsd.org>
References:  <5083D84E.50903@freebsd.org> <201210220928.52778.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 22.10.2012 15:28, John Baldwin wrote:
> On Sunday, October 21, 2012 7:11:10 am Andre Oppermann wrote:
>> What's keeping kernel modules from building in parallel with
>> "make -j8"?
>
> They don't for you?  They do for me either via 'make buildkernel'
> or the old method.

They do, but only partially.  Within a module the files are built
in parallel.  However the module directories seem to be serialized.
I'm a Makefile noob though.

-- 
Andre




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5096C79E.6020400>