From owner-cvs-src@FreeBSD.ORG Fri Aug 29 17:24:03 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 8906816A4BF; Fri, 29 Aug 2003 17:24:03 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 928FC43FE1; Fri, 29 Aug 2003 17:24:02 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from mail.robbins.dropbear.id.au (210.50.86.248) by smtp01.syd.iprimus.net.au (7.0.018) id 3F4C093C000A3C0A; Sat, 30 Aug 2003 10:24:00 +1000 Received: by mail.robbins.dropbear.id.au (Postfix, from userid 1000) id 0AE46C926; Sat, 30 Aug 2003 10:24:00 +1000 (EST) Date: Sat, 30 Aug 2003 10:23:59 +1000 From: Tim Robbins To: Poul-Henning Kamp Message-ID: <20030830002359.GA87952@dilbert.robbins.dropbear.id.au> References: <200308291035.h7TAZ1Wm008611@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308291035.h7TAZ1Wm008611@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2003 00:24:03 -0000 On Fri, Aug 29, 2003 at 03:35:01AM -0700, Poul-Henning Kamp wrote: > phk 2003/08/29 03:35:01 PDT > > FreeBSD src repository > > Modified files: > gnu/usr.bin Makefile > lib Makefile > sbin Makefile > usr.bin Makefile > usr.sbin Makefile > Log: > Introduce more knobs to slim down FreeBSD userland > > NO_TOOLCHAIN skips Compilers and Binutils > NO_USB skips USB stuff > NO_VINUM skips Vinum stuff > NO_ACPI skips ACPI stuff I think part of the patch to src/usr.bin/Makefile is incorrect: the _c88=c88 and _c98=c99 lines should really be _c89=c89 and _c99=c99 instead, otherwise it doesn't look like it'll build those tools when requested. Tim