]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move inclusion of src.opts.mk later.
authorimp <imp@FreeBSD.org>
Mon, 3 Dec 2018 17:51:10 +0000 (17:51 +0000)
committerimp <imp@FreeBSD.org>
Mon, 3 Dec 2018 17:51:10 +0000 (17:51 +0000)
commit3a431fa1f388ea522e7319533f9cb1b068c5d74a
tree02744525a0361e57256a7abb139e8e384c3e296a
parentb706d3c408562e0858de747c95b3752598cbe2c1
Move inclusion of src.opts.mk later.

src.opts.mk includes bsd.own.mk. This in turn defines CTFCONVERT_CMD
depending on the MK_CTF value. We then set MK_CTF to no, which has no
real effect. The solution is to set all the MK_foo values before
including src.opts.mk.

This should stop the cdboot binary from exploding in size for releases
built WITH_CTF=yes in src.conf.

Sponsored by: Netflix
stand/defs.mk