summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-05-26 23:20:01 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-05-26 23:20:01 +0000
commit4b36e6ff5872ac64e1a92f33bcaf69970fbe479a (patch)
tree702a58f47759a8286170f410407c6e9af4447a8b /Makefile.inc1
parentf447d93a91b834c8465061e1d63751370fb7f441 (diff)
downloadFreeBSD-src-4b36e6ff5872ac64e1a92f33bcaf69970fbe479a.zip
FreeBSD-src-4b36e6ff5872ac64e1a92f33bcaf69970fbe479a.tar.gz
WITH_META_MODE: Move the kernel support to kern.pre.mk.
This allows using META_MODE directly from the kernel build directory. This also allows removing a hack from the DIRDEPS_BUILD kernel target. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 770773d..2a32e36 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -591,11 +591,6 @@ IMAKE_MTREE= MTREE_CMD="mtree ${MTREEFLAGS}"
# kernel stage
KMAKEENV= ${WMAKEENV}
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.
-KMAKEENV+= META_MODE="${.MAKE.MODE} curdirOk=yes"
-.endif
#
# buildworld
OpenPOWER on IntegriCloud