cvs commit: src/usr.sbin/kldxref Makefile
M. Warner Losh
imp at bsdimp.com
Tue Aug 1 01:21:47 UTC 2006
In message: <8F70D2AC-029E-4829-A775-600D6AABE69E at xcllnt.net>
Marcel Moolenaar <marcel at xcllnt.net> writes:
: I think the problem is inherent when the existence of the variable
: counts and not its value. It's not intuitive and people use it in
: different ways because of that. I personally like something simple
: like SHARED=NO or SHARED=YES. The lack of definition then meaning
: the default setting. This is trivially implemented with SHARED?=YES.
: Anyway: that's just me...
NO_SHARED=no has been a long-running joke around the office. However,
going to a simple SHARED=?yes/no won't work either. It is
inconsistant with the new world order. I'd expecte that
MK_SHARED=yes/no would be the right thing to do, but there may be
parse time issues that makes it hard to do this simple fix..
Warner
More information about the cvs-src
mailing list