summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
diff options
context:
space:
mode:
authordir <dir@ableton.com>2017-12-14 15:07:10 +0100
committerdir <dir@ableton.com>2018-08-13 17:54:03 +0200
commit51ef342cd9affe71354c4eb0a03c82f991e354ca (patch)
treef4efd5eed404fa7ddd489ee7330bb080bf51cfe7 /mk/host-bottom.mk
parentf8f1be180b4c868f385de586304296bfb5e50587 (diff)
Speed up compilation of packages.
@upstream
Diffstat (limited to 'mk/host-bottom.mk')
-rw-r--r--mk/host-bottom.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk
index a8f6db773..29cfc57ea 100644
--- a/mk/host-bottom.mk
+++ b/mk/host-bottom.mk
@@ -78,7 +78,7 @@ host-build:
${_HOST_BUILD_COOKIE}: ${_HOST_CONFIGURE_COOKIE}
@$(CMD_TRACE) "compiling.. "
ifneq (${HOST_STYLE},manual)
- cd ${WRKBUILD} && env ${HOST_MAKE_ENV} ${MAKE} -f ${MAKE_FILE} \
+ cd ${WRKBUILD} && env ${HOST_MAKE_ENV} ${MAKE} -j${ADK_MAKE_JOBS} -f ${MAKE_FILE} \
${HOST_MAKE_FLAGS} ${HOST_ALL_TARGET} $(MAKE_TRACE)
endif
${MAKE} host-build $(MAKE_TRACE)