cvs commit: src/usr.bin Makefile
M. Warner Losh
imp at bsdimp.com
Sun Aug 7 01:07:42 GMT 2005
In message: <25357.1123323114 at phk.freebsd.dk>
"Poul-Henning Kamp" <phk at haven.freebsd.dk> writes:
: In message <20050806093614.GI48504 at ip.net.ua>, Ruslan Ermilov writes:
: >
: >On Sat, Aug 06, 2005 at 06:56:39AM +0000, Poul-Henning Kamp wrote:
: >> phk 2005-08-06 06:56:39 UTC
: >>
: >> FreeBSD src repository
: >>
: >> Modified files:
: >> usr.bin Makefile
: >> Log:
: >> Put hesinfo(1) under buildoption "YES_HESIOD"
: >>
: >> Revision Changes Path
: >> 1.283 +5 -1 src/usr.bin/Makefile
: >>
: >Traditionally, this would be spelled "WITH_HESIOD".
:
: Yes, but I wanted to clear category for toplevel-only
: build options.
:
: The WITH_FOO have traditionally been used to control
: single programs, but you can't enable HESIOD in
: amd if it is not also in libc, so the YES_FOO options
: are intended to be usable only for buildworld and installworld
: targets.
I think we need to move to the NetBSD-like way of having
WITH_FOO/WITHOUT_FOO controlling MK_FOO getting set to yes/no (or did
I get that backwards). Sorting that out, however, might be a pita...
Warner
More information about the cvs-src
mailing list