cvs commit: src/gnu/usr.bin Makefile src/lib Makefile src/sbin Makefile src/usr.bin Makefile src/usr.sbin Makefile

Tim Robbins tjr at FreeBSD.ORG
Fri Aug 29 17:24:03 PDT 2003


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


More information about the cvs-src mailing list