From owner-freebsd-current@FreeBSD.ORG Mon Jul 21 13:29:22 2003 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 8976937B401 for ; Mon, 21 Jul 2003 13:29:22 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F89243F93 for ; Mon, 21 Jul 2003 13:29:21 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h6LKTDju021363; Mon, 21 Jul 2003 13:29:14 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h6LKTCMr021362; Mon, 21 Jul 2003 13:29:12 -0700 (PDT) Date: Mon, 21 Jul 2003 13:29:12 -0700 From: "David O'Brien" To: Tim Kientzle Message-ID: <20030721202912.GB21283@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Tim Kientzle , Gordon Tetlow , Matt Loschert , current@freebsd.org References: <20030716181354.GA44980@dan.emsphone.com> <20030717074756.B17029@gamplex.bde.org> <20030717123524.T24327@schnell.net> <20030718154832.K21942@gamplex.bde.org> <20030718095946.H29869@schnell.net> <3F183EF9.7020506@acm.org> <20030721084750.GH12996@roark.gnf.org> <3F1C1695.30409@acm.org> <20030721163719.GI12996@roark.gnf.org> <3F1C18CB.6030201@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F1C18CB.6030201@acm.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Matt Loschert cc: current@freebsd.org Subject: Re: Buildworld fails in 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 20:29:22 -0000 On Mon, Jul 21, 2003 at 09:46:03AM -0700, Tim Kientzle wrote: > Gordon Tetlow wrote: > >On Mon, Jul 21, 2003 at 09:36:37AM -0700, Tim Kientzle wrote: > >>Hmmm... Is that what .ORDER is for? To work around a > >>parallel make that gratuitously rebuilds things? > > > >Right it serializes build dependencies. The problem with crunchgen ... > > I would argue "the problem with make"... ;-) I think it's pretty > clear that It is not clear. > a b c: foo > buildabc > > does not require that 'buildabc' be run three times. The above is short hand for a: foo buildabc b: foo buildabc c: foo buildabc make in no way knows that buildabc produces 3 things and not a single one. -- -- David (obrien@FreeBSD.org)