]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix makeman creating obj directories due to turning on WITH_AUTO_OBJ.
authorBryan Drewery <bdrewery@FreeBSD.org>
Thu, 17 Sep 2015 16:38:32 +0000 (16:38 +0000)
committerBryan Drewery <bdrewery@FreeBSD.org>
Thu, 17 Sep 2015 16:38:32 +0000 (16:38 +0000)
commit66e5857b4212578d42c7240e8c265d5b5e6b92e7
tree6db52b4660a821eb2b23b1736580d7720d9fc040
parente4c53d3bf00a63680bb8b56c8118e8401436ad0d
Fix makeman creating obj directories due to turning on WITH_AUTO_OBJ.

r284708 addressed this slightly but seems to have put the make(showconfig)
guard in the wrong place.  Rather than guard setting the default obj directory,
guard inclusion of auto.obj.mk.  This avoids creating SRCTOP/obj and
SRCTOP/release/obj when running makeman.

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