1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

WITH_META_MODE: Use META_MODE rather than .MAKE.MODE for buildkernel.

This is mostly a style change so that other code does not duplicate
it.  The problem is when META_MODE needs to be disabled but it has
been overridden by .MAKE.MODE.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-05-21 01:31:51 +00:00
parent 3b828e4492
commit bf0c0f96cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300344

View File

@ -533,7 +533,7 @@ KMAKE= ${KMAKEENV} ${MAKE} ${.MAKEFLAGS} ${KERNEL_FLAGS} KERNEL=${INSTKERNNAME}
.if ${MK_META_MODE} == "yes"
# meta mode normally is disallowed when building from curdir==objdir, but we
# want to allow it for the kernel build.
KMAKE+= .MAKE.MODE="${.MAKE.MODE} curdirOk=yes"
KMAKEENV+= META_MODE="${.MAKE.MODE} curdirOk=yes"
.endif
#