From d6dfa0e9fdc2e7dda13c15de5a202a1efb802050 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Tue, 6 Oct 2015 11:53:54 +0200 Subject: [PATCH] Revert "removing multiple jobs from makefile (again), as it is obviously still broken" This reverts commit 3ea1990a14085ce100270303145eb0ee0bef9175. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2507eb9..ae4240e 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,7 @@ else GLUON_BRANCH := experimental endif -#JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l) -JOBS ?= 1 +JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l) GLUON_MAKE := ${MAKE} -j ${JOBS} -C ${GLUON_BUILD_DIR} \ GLUON_RELEASE=${GLUON_RELEASE} \