From owner-freebsd-current@FreeBSD.ORG Fri Nov 12 09:41:11 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 30B7916A4CE; Fri, 12 Nov 2004 09:41:11 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A5243D41; Fri, 12 Nov 2004 09:41:10 +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 iAC9f9i7094687; Fri, 12 Nov 2004 10:41:09 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Harti Brandt From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 12 Nov 2004 10:30:55 +0100." <20041112102647.C42945@beagle.kn.op.dlr.de> Date: Fri, 12 Nov 2004 10:41:09 +0100 Message-ID: <94686.1100252469@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: current@freebsd.org Subject: Re: [TEST] make -j patch [take 2] 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: Fri, 12 Nov 2004 09:41:11 -0000 In message <20041112102647.C42945@beagle.kn.op.dlr.de>, Harti Brandt writes: >On Fri, 12 Nov 2004, Poul-Henning Kamp wrote: > >I have some reservations about this. I have makefiles that have carefull >crafted orders of the SUBDIR variable in order to have dependencies right >like: > >SUBDIR= lib1 lib2 prog1 prog2 man Let me make it 100% clear: The commit to make(1) does not change anything other than _when_ a submake is allowed to start a job, the order it starts jobs in are the same. My change to bsd.subdir.mk was only experimental and will not be committed. -- 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.