summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f6227c7..5a96965 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -457,6 +457,10 @@ WMAKE_TGTS+= build32
buildworld: ${WMAKE_TGTS}
.ORDER: ${WMAKE_TGTS}
+buildenv:
+ @echo Entering world for ${TARGET_ARCH}:${TARGET}
+ @cd ${.CURDIR} && env ${WMAKEENV} sh || true
+
TOOLCHAIN_TGTS= ${WMAKE_TGTS:N_depend:Neverything}
toolchain: ${TOOLCHAIN_TGTS}
kernel-toolchain: ${TOOLCHAIN_TGTS:N_includes:N_libraries}
OpenPOWER on IntegriCloud