svn commit: r356322 - head/share/mk

Ed Maste emaste at freebsd.org
Fri Jan 3 20:29:43 UTC 2020


On Fri, 3 Jan 2020 at 14:23, Enji Cooper <yaneurabeya at gmail.com> wrote:
>
> Thank you for doing this <3. FWIW, MK_TESTS:= no should have also
> covered this, but no real harm nor foul in making it explicit.

Hmm, it looks like MK_TESTS_SUPPORT == no turns off MK_GOOGLETEST but
MK_TESTS does not. I'm happy enough if someone wants to clean this up
further, but IMO it's not worth putting in a lot of effort just yet;
in a few months GCC 4.2.1 and all of its build infrastructure will be
out of the tree and there may be many more opportunities to simplify
src.opts.mk logic. In particular all of the
${COMPILER_FEATURES:Mc++11} tests can disappear.


More information about the svn-src-head mailing list