Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2003 10:23:59 +1000
From:      Tim Robbins <tjr@FreeBSD.ORG>
To:        Poul-Henning Kamp <phk@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
Message-ID:  <20030830002359.GA87952@dilbert.robbins.dropbear.id.au>
In-Reply-To: <200308291035.h7TAZ1Wm008611@repoman.freebsd.org>
References:  <200308291035.h7TAZ1Wm008611@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030830002359.GA87952>