From owner-freebsd-current@FreeBSD.ORG Tue Nov 16 21:46:10 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 0EEB316A4CE for ; Tue, 16 Nov 2004 21:46:09 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32CA943D48 for ; Tue, 16 Nov 2004 21:46:09 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iAGLk6KY011778; Tue, 16 Nov 2004 22:46:07 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Doug White From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 16 Nov 2004 12:05:56 PST." <20041116120515.J13866@carver.gumbysoft.com> Date: Tue, 16 Nov 2004 22:46:06 +0100 Message-ID: <11777.1100641566@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: current@freebsd.org Subject: Re: [TEST] make -j patch 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: Tue, 16 Nov 2004 21:46:10 -0000 In message <20041116120515.J13866@carver.gumbysoft.com>, Doug White writes: >On Thu, 11 Nov 2004, Poul-Henning Kamp wrote: > >> >> This patch makes the '-j' argument to make(1) become a global limit >> on number of jobs launched for all submakes in the build. >> >> Today a "make -j 12" may start many more than 12 jobs because each >> submake interprets the 12 without reference to other makes. > >Ah, this is the thing I've noticed with the rescue build where it create >-j^2 jobs. :) -j^(depth of directories) actually, but that is even worse. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.