Makefile: Remove JOBS option

This commit is contained in:
Franz Pletz
2015-06-14 01:47:06 +02:00
parent 2930375278
commit 176d7e01e0

View File

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