From owner-freebsd-current@FreeBSD.ORG Tue Dec 4 19:41:33 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 AA8065A3; Tue, 4 Dec 2012 19:41:33 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-vb0-f45.google.com (mail-vb0-f45.google.com [209.85.212.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1073A8FC1C; Tue, 4 Dec 2012 19:41:32 +0000 (UTC) Received: by mail-vb0-f45.google.com with SMTP id p1so3968125vbi.18 for ; Tue, 04 Dec 2012 11:41:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IV+2MC5RVAnCQuSnL1ZGSRpizSBhR+ONuY7EWdd2Hg0=; b=bVVgWCop0o39/v1gM+aO1thqBgLctYc8FA8OgTPEmqizGqRXjMRz4k4J++5cU2WfYQ txI4EQPMdjEvwlTZ6XpdLpr3nnuLReEWWOoSUEBfLoeKkMP1If3rnw44mztH34wluduS A8sJTBq7RSb2vBY7gtwvc6p56kHTDbUxsUBh78uYlCusy40iA5rDwNNAFtI5koFJmgqg 2ulgv57TWIOL8gOVG9zBPL2YJI0WFph1z+Gs2TW77Qafv+IGis31vHtSHtCJTOk5vJe2 Dn7YtRbIqn1ycqGNsrtVHMHKcIiYj/AtATVPnVS0JF0rJbPcqOzcIPG/p6pfnJYAldeA Ckww== MIME-Version: 1.0 Received: by 10.58.240.107 with SMTP id vz11mr12916352vec.45.1354650092526; Tue, 04 Dec 2012 11:41:32 -0800 (PST) Received: by 10.58.207.114 with HTTP; Tue, 4 Dec 2012 11:41:32 -0800 (PST) In-Reply-To: <201212041052.51476.jhb@freebsd.org> References: <5083D84E.50903@freebsd.org> <201210220928.52778.jhb@freebsd.org> <5096C79E.6020400@freebsd.org> <201212041052.51476.jhb@freebsd.org> Date: Tue, 4 Dec 2012 14:41:32 -0500 Message-ID: Subject: Re: kernel module parallel build? From: Ryan Stone To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-hackers@freebsd.org" , FreeBSD Current , Andre Oppermann 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: Tue, 04 Dec 2012 19:41:33 -0000 On Tue, Dec 4, 2012 at 10:52 AM, John Baldwin wrote: > Hmm, I certainly see the module directories being built in parallel. Some > of > the make jobs may not be as obvious since links are silent (no output > unless > there is an error). > > This is definitely not the behaviour that I see trying to build any version of FreeBSD. I see the same behaviour as Andre: the depend and all targets both iterate through the module directories sequentially. It never builds two module subdirectories concurrently.