From 3ea1990a14085ce100270303145eb0ee0bef9175 Mon Sep 17 00:00:00 2001 From: Christian Obersteiner Date: Wed, 2 Sep 2015 21:43:03 +0200 Subject: [PATCH] removing multiple jobs from makefile (again), as it is obviously still broken --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} \