]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the MAKEOBJDIRPREFIX value guard to sys.mk and expand to MAKEOBJDIR.
authorbdrewery <bdrewery@FreeBSD.org>
Thu, 7 Jan 2016 00:19:03 +0000 (00:19 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Thu, 7 Jan 2016 00:19:03 +0000 (00:19 +0000)
commit469f276a0963d4901818f18679faa28406439f56
treebad099d28a61ca220b015c5a121cfc72c1a6066d
parent00b2bfda556b5760eaf34e9fdd62bced9d2197a9
Move the MAKEOBJDIRPREFIX value guard to sys.mk and expand to MAKEOBJDIR.

This will ensure that the variable was not set as a make override, in
make.conf, src.conf or src-env.conf.  It allows setting the value in
src-env.conf when using WITH_AUTO_OBJ since that case properly handles
changing .OBJDIR (except if MAKEOBJDIRPREFIX does not yet exist which is
being discussed to be changed).

This change allows setting a default MAKEOBJDIRPREFIX via local.sys.env.mk.

Sponsored by: EMC / Isilon Storage Division
Makefile
share/mk/sys.mk