diff --git a/Makefile b/Makefile index d3dcd08..6774cb7 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,8 @@ else GLUON_BRANCH := experimental 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_RELEASE=${GLUON_RELEASE} \