From owner-freebsd-current@FreeBSD.ORG Wed Jan 14 10:46:33 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D45F16A4CE; Wed, 14 Jan 2004 10:46:33 -0800 (PST) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 348AF43D53; Wed, 14 Jan 2004 10:46:31 -0800 (PST) (envelope-from marcolz@stack.nl) Received: from toad.stack.nl (zen.stack.nl [2001:610:1108:5010::130]) by mailhost.stack.nl (Postfix) with ESMTP id 40058E85#950E41F001; Wed, 14 Jan 2004 19:46:29 +0100 (CET) Received: by toad.stack.nl (Postfix, from userid 333) id 78BEDC7; Wed, 14 Jan 2004 19:46:29 +0100 (CET) Date: Wed, 14 Jan 2004 19:46:29 +0100 From: Marc Olzheim To: Poul-Henning Kamp Message-ID: <20040114184629.GA27639@stack.nl> References: <17255.1074061572@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17255.1074061572@critter.freebsd.dk> X-Operating-System: FreeBSD toad.stack.nl 4.9-RC FreeBSD 4.9-RC X-URL: http://www.stack.nl/~marcolz/ User-Agent: Mutt/1.5.5.1i cc: Robert Watson cc: current@freebsd.org Subject: Re: make -j 4 is really make -j 8 for buildworld? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 14 Jan 2004 18:46:33 -0000 On Wed, Jan 14, 2004 at 07:26:12AM +0100, Poul-Henning Kamp wrote: > The N in -jN is a relative measure of parallelism which has nothing > to do with how many processes are run. That depends on parallism in > the Makefiles and how subdirs are entered. Hmm.. From the manual page: -j max_jobs Specify the maximum number of jobs that make may have running at any one time. Turns compatibility mode off, unless the B flag is also specified. 'maximum number of jobs' seems to be quite clear to me... Or is the -j propagated into subdirs ? Zlo