]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r287805
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 15 Mar 2018 22:42:28 +0000 (22:42 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 15 Mar 2018 22:42:28 +0000 (22:42 +0000)
commit39c52798e33e8191348bc767eed25fb3f1f235bb
tree7e193ee6db9a20842d4ee9038797029b4c8f259f
parent10c9bf7a2e3994fca45eba1c0db1103e2e6cfb3f
MFC: r287805

Unconditionally build CTF tools in the bootstrap-tools phase of the build.

Stale CTF tools are a frequent source of DTrace issues, and they compile
quickly enough that the increase in build time is negligible.

Apart from what's described in the original commit message above, this
change also fixes building GENERIC kernels, i. e. kernel configurations
having "makeoptions WITH_CTF=1", when the host world has been built with
WITHOUT_CDDL.

git-svn-id: svn://svn.freebsd.org/base/stable/10@331031 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile.inc1