From owner-freebsd-current@FreeBSD.ORG Mon Jul 14 23:25:07 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 DC2CE37B401 for ; Mon, 14 Jul 2003 23:25:07 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2429A43F85 for ; Mon, 14 Jul 2003 23:25:07 -0700 (PDT) (envelope-from kientzle@acm.org) Received: from acm.org (ugly.x.kientzle.com [66.166.149.53]) by kientzle.com (8.12.9/8.12.9) with ESMTP id h6F6P6gY031328; Mon, 14 Jul 2003 23:25:06 -0700 (PDT) (envelope-from kientzle@acm.org) Message-ID: <3F139EEA.5060702@acm.org> Date: Mon, 14 Jul 2003 23:27:54 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021005 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gordon Tetlow References: <20030713214715.H15811@root.org> <20030714004042.A38507@hub.freebsd.org> <20030714160952.GD12996@roark.gnf.org> <3F130805.3060900@acm.org> <20030714194815.GJ12996@roark.gnf.org> <3F132B65.1040506@acm.org> <20030714221937.GL12996@roark.gnf.org> <3F133341.5060708@acm.org> <20030714225033.GO12996@roark.gnf.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: Nate Lawson Subject: Re: Overdone rescue cleaning as part of buildworld? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 06:25:08 -0000 Gordon Tetlow wrote: >>>Attached is the patch. It basically makes CRUNCH_PROGS into a per >>>directory item and then only does a make obj on the per program >>>directory. Tim Kientzle whined: >>Hmmm.... I do have a philosophical quibble ... Gordon Tetlow generously suggested: > That could probably be solved with a bit of make-foo. I'll see if I > can work that up. But I don't think it's going to be a huge priority. Don't bother. I was just whining. ;-) Realistically, the parallel build problem is the highest priority right now for /rescue. Your patch works. Let's commit it and move on. Tim