Date: Thu, 13 Apr 2000 16:39:21 -0600 From: Warner Losh <imp@village.org> To: Kris Kennaway <kris@FreeBSD.ORG> Cc: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, Robin Melville <robmel@innotts.co.uk>, Doug Barton <Doug@gorean.org>, stable@FreeBSD.ORG Subject: Re: 4.0, OpenSSL and MD5 (fwd) Message-ID: <200004132239.QAA48615@harmony.village.org> In-Reply-To: Your message of "Thu, 13 Apr 2000 15:20:21 PDT." <Pine.BSF.4.21.0004131517440.36045-100000@freefall.freebsd.org> References: <Pine.BSF.4.21.0004131517440.36045-100000@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.21.0004131517440.36045-100000@freefall.freebsd.org> Kris Kennaway writes: : "boolean-looking" variable where the value actually matters - all the : rest, like NO_OPENSSL, NOMANCOMPRESS, WANT_CSRG_LIBM, etc, only check for : the existence of the variable, not the contents. Most of the rest. Things like NOPROFILE the value is also checked. Personally, I think *ALL* of them should be checked for yes vs no (both cases), but that would be a huge PITA to get right. However, it should be done in the least pain way, eg .if !defined(NOFOO) && ${NOFOO} != "no" && ${NOFOO} != "NO" so that you can have NOFOO?=yes in your make.conf file and still say NOFOO=no on the command line. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004132239.QAA48615>