From owner-freebsd-ports@FreeBSD.ORG Tue Mar 24 15:00:31 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C52A1065670 for ; Tue, 24 Mar 2009 15:00:31 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 438218FC17 for ; Tue, 24 Mar 2009 15:00:30 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 4CC845C2E; Tue, 24 Mar 2009 11:00:30 -0400 (EDT) Date: Tue, 24 Mar 2009 11:00:30 -0400 From: Wesley Shields To: Ivan Voras Message-ID: <20090324150030.GG1292@atarininja.org> References: <1237901632.1849.19.camel@pav.hide.vol.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-ports@freebsd.org Subject: Re: HEADS UP multi processor compilations for everyone X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2009 15:00:31 -0000 On Tue, Mar 24, 2009 at 03:04:41PM +0100, Ivan Voras wrote: > Pav Lucistnik wrote: > > Two days ago, I have checked in probably most requested feature of last > > few years. Ports framework now systematically supports building ports on > > multiple processing cores. It is achieved by passing -jX flag to make(1) > > running on vendor code. > > Thanks for this very useful addition! > > To clarify: this is about making individual ports in parallel (make -j > on each), not building multiple ports in parallel? Correct. The latter was being worked on in last years SoC. The author of that (David Forsythe) recently posted something about it. The subject of his post is "Parallel builds, PKG_DBDIR locks". -- WXS