From owner-freebsd-current@FreeBSD.ORG Sun Nov 4 19:53:05 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6319A457 for ; Sun, 4 Nov 2012 19:53:05 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id E85718FC0A for ; Sun, 4 Nov 2012 19:53:04 +0000 (UTC) Received: (qmail 42186 invoked from network); 4 Nov 2012 21:28:51 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 4 Nov 2012 21:28:51 -0000 Message-ID: <5096C79E.6020400@freebsd.org> Date: Sun, 04 Nov 2012 20:53:02 +0100 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: John Baldwin Subject: Re: kernel module parallel build? References: <5083D84E.50903@freebsd.org> <201210220928.52778.jhb@freebsd.org> In-Reply-To: <201210220928.52778.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 19:53:05 -0000 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