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

This commit is contained in:
Christian Obersteiner
2015-09-02 21:43:03 +02:00
parent 0d7507ab6d
commit 3ea1990a14

View File

@@ -17,7 +17,8 @@ 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} \