From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:38:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC30A37B401; Fri, 1 Aug 2003 14:38:02 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF33E43F85; Fri, 1 Aug 2003 14:38:01 -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 h71Lc0QX044909; Fri, 1 Aug 2003 14:38:00 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h71LbwhK044908; Fri, 1 Aug 2003 14:37:58 -0700 (PDT) Date: Fri, 1 Aug 2003 14:37:58 -0700 From: "David O'Brien" To: Garance A Drosihn Message-ID: <20030801213758.GA44836@dragon.nuxi.com> References: <200308010935.h719ZwZ2090933@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Gordon Tetlow cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Mark Murray Subject: Re: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 21:38:03 -0000 On Fri, Aug 01, 2003 at 02:48:14PM -0400, Garance A Drosihn wrote: > >Will this fix "make rerelease"? > > I don't think it will do much for 'make rerelease', but then I > don't know what problem comes up for 'make rerelease'. Does > that die while trying to build /rescue? 'make rerelease's fragility has been known for a long time. Our crunchgen use should be done not in the standard /usr/obj/.../ directory as we do today. Instead we should be using "crunchgen -p obj-prefix".