From owner-cvs-all@FreeBSD.ORG Fri Aug 29 12:40:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C00C16A4C0; Fri, 29 Aug 2003 12:40:13 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5024443FEA; Fri, 29 Aug 2003 12:40:11 -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 h7TJe9QX070036; Fri, 29 Aug 2003 12:40:09 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h7TJe7Xo070035; Fri, 29 Aug 2003 12:40:07 -0700 (PDT) Date: Fri, 29 Aug 2003 12:40:07 -0700 From: "David O'Brien" To: Nate Lawson Message-ID: <20030829194007.GA69823@dragon.nuxi.com> References: <200308291035.h7TAZ1Wm008611@repoman.freebsd.org> <20030829183759.GA68755@dragon.nuxi.com> <20030829121043.K43708@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030829121043.K43708@root.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: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile src/lib Makefile src/sbin Makefile src/usr.bin Makefile src/usr.sbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 19:40:13 -0000 On Fri, Aug 29, 2003 at 12:14:17PM -0700, Nate Lawson wrote: > On Fri, 29 Aug 2003, David O'Brien wrote: > > On Fri, Aug 29, 2003 at 09:08:35AM -0400, Robert Watson wrote: > > > On Fri, 29 Aug 2003, Poul-Henning Kamp wrote: > > > > > > > NO_TOOLCHAIN skips Compilers and Binutils > > > > NO_USB skips USB stuff > > > > NO_VINUM skips Vinum stuff > > > > NO_ACPI skips ACPI stuff > > > > > > Great! I was hoping this would be the outcome of the Minimalist FreeBSD > > > discussion. > > > > Was there a discussion somewhere that most of us missed? > > Hmm, missed it also. In general I'm in favor of this but would prefer to > see these also defined under a single knob (MINIMAL?). I disagree that it should be a single (MINIMAL(sp?)) knob. But that there should be more discussion about it. If you have NO_TOOLCHAIN set, I can't think of a reason to have /usr/include or /usr/lib/*.a populated; for instance.