From owner-freebsd-current@FreeBSD.ORG Tue Nov 16 23:27:08 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 2197816A4D0; Tue, 16 Nov 2004 23:27:08 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C96343D4C; Tue, 16 Nov 2004 23:27:07 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAGNPtok042145; Tue, 16 Nov 2004 16:25:55 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 16 Nov 2004 16:26:15 -0700 (MST) Message-Id: <20041116.162615.51355677.imp@bsdimp.com> To: scottl@freebsd.org From: "M. Warner Losh" In-Reply-To: <419A654D.6060200@freebsd.org> References: <80546.1100202141@critter.freebsd.dk> <20041116120515.J13866@carver.gumbysoft.com> <419A654D.6060200@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: phk@phk.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 23:27:08 -0000 In message: <419A654D.6060200@freebsd.org> Scott Long writes: : Doug White wrote: : > 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. :) : > : : And people like Warner thought I was a raving lunatic when I reported : this a year ago. Oh wait, they think I'm a raving lunatic anyways. But : at least I'm vindicated on this one =-) I thought you were crazy when you said that there were duplicated jobs being created. I've know that I've seen j^depth behavior for a long time... Warner