From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 07:41:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21E99106566B for ; Mon, 26 Jan 2009 07:41:26 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id E3EBF8FC0A for ; Mon, 26 Jan 2009 07:41:25 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 5078EAFC1FE; Sun, 25 Jan 2009 22:41:25 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 25 Jan 2009 22:41:05 -0900 User-Agent: KMail/1.9.10 References: <20090125214457.GA4568@phenom.cordula.ws> <8cb6106e0901251422q1412ed38gd14f7591d4dfcabd@mail.gmail.com> <497D4EA6.1020100@FreeBSD.org> In-Reply-To: <497D4EA6.1020100@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901252241.05483.fbsd.questions@rachie.is-a-geek.net> Cc: josh.carroll@gmail.com, Doug Barton , cpghost Subject: Re: make -jN build with portmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2009 07:41:26 -0000 On Sunday 25 January 2009 20:48:22 Doug Barton wrote: > Josh Carroll wrote: > > What I do is the following via make.conf, > > I think this is a good solution. Given that incredible foot-shooting > power of the -j stuff I am not inclined to add something like this to > portmaster, not even as an "advanced" option. Given the fact that the build target is presumably -j safe (as far as the ports system is concerned), it would be nice to have a BUILD_JOBS in Mk/bsd.port.mk similar to INDEX_JOBS that is already there. Port maintainers then can also set WITHOUT_PARALLEL (or USE_PARALLEL=NO etc) for ports that break by themselves (f.e. www/lynx, editors/vim). portmaster should then have no problem setting BUILD_JOBS on request. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.