Revert "removing multiple jobs from makefile (again), as it is obviously still broken"

This reverts commit 3ea1990a14.
This commit is contained in:
Franz Pletz
2015-10-06 11:53:54 +02:00
parent 52b4bc4289
commit d6dfa0e9fd

View File

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