From owner-freebsd-current@FreeBSD.ORG Tue May 6 21:31:08 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 11DBE37B401 for ; Tue, 6 May 2003 21:31:08 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2550A43F3F for ; Tue, 6 May 2003 21:31:07 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h474V3Tl005642; Tue, 6 May 2003 22:31:03 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 06 May 2003 22:28:03 -0600 (MDT) Message-Id: <20030506.222803.49376612.imp@bsdimp.com> To: anarcat@anarcat.ath.cx From: "M. Warner Losh" In-Reply-To: <20030507024251.GA1052@lenny.anarcat.ath.cx> References: <20030507020034.GC692@lenny.anarcat.ath.cx> <200305070227.h472RqAe068267@khavrinen.lcs.mit.edu> <20030507024251.GA1052@lenny.anarcat.ath.cx> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: wollman@lcs.mit.edu cc: current@freebsd.org Subject: Re: hardcoded -C argument to ${INSTALL} 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: Wed, 07 May 2003 04:31:08 -0000 In message: <20030507024251.GA1052@lenny.anarcat.ath.cx> The Anarcat writes: : On Tue May 06, 2003 at 10:27:52PM -0400, Garrett Wollman wrote: : > < said: : > : > > Not quite. If you're talking about the /etc/mtree files, they only : > > deal with directories. : > : > No, I'm not. Please come back after you've read : > /usr/src/release/Makefile. : : Ok, I've read all the 1089 lines in there (right) and I see that you : are talking about the .mtre files that get build on make : release. : : I'm afraid that's not what we're dealing with here. We're dealing with : make world here, which doesn't build those since it doesn't build in a : clean environment. One can trivially use the ones from old releases to come up with a list... Warner