From 51ef342cd9affe71354c4eb0a03c82f991e354ca Mon Sep 17 00:00:00 2001 From: dir Date: Thu, 14 Dec 2017 15:07:10 +0100 Subject: Speed up compilation of packages. @upstream --- mk/pkg-bottom.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk/pkg-bottom.mk') diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk index c95572141..b46e381de 100644 --- a/mk/pkg-bottom.mk +++ b/mk/pkg-bottom.mk @@ -158,7 +158,7 @@ spkg-install: ${ALL_POSTINST} ${_FAKE_COOKIE}: ${_BUILD_COOKIE} @-rm -f ${_ALL_CONTROLS} @mkdir -p '${STAGING_PKG_DIR}/stamps' ${WRKINST} '${STAGING_TARGET_DIR}/scripts' - @${MAKE} ${_ALL_CONTROLS} $(MAKE_TRACE) + @${MAKE} -j${ADK_MAKE_JOBS} ${_ALL_CONTROLS} $(MAKE_TRACE) @env ${MAKE_ENV} ${MAKE} pre-install $(MAKE_TRACE) ifneq ($(filter meson,${INSTALL_STYLE}),) DESTDIR='$(WRKINST)' PATH='$(HOST_PATH)' \ -- cgit v1.2.3