]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r341433: Move inclusion of src.opts.mk later.
authorKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 02:25:30 +0000 (02:25 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 02:25:30 +0000 (02:25 +0000)
commitfdcb6bb4419ac9f4da2c87b0629291640e64f622
treea24c298a7265b5c208245ba94c0b482380c7db21
parent8d0142f36f8bd6cbba7289e81477de953653bda0
MFC r341433: 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.
stand/defs.mk