Revert "Makefile: Remove JOBS option"

This reverts commit 176d7e01e0.
This commit is contained in:
Franz Pletz
2015-09-05 20:05:20 +02:00
parent 11059b8851
commit 192c43f69b

View File

@@ -17,7 +17,9 @@ else
GLUON_BRANCH := experimental
endif
GLUON_MAKE := ${MAKE} -C ${GLUON_BUILD_DIR} \
JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
GLUON_MAKE := ${MAKE} -j ${JOBS} -C ${GLUON_BUILD_DIR} \
GLUON_RELEASE=${GLUON_RELEASE} \
GLUON_BRANCH=${GLUON_BRANCH}