From fb5a466391cae61ee084407b849b1874da882ae9 Mon Sep 17 00:00:00 2001 From: Bastian Date: Wed, 20 May 2015 17:16:29 +0200 Subject: [PATCH] hardcoded jobs=1, otherwise build will fail --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9d7bc61..3c14f8f 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,8 @@ endif JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l) +JOBS = 1 + GLUON_MAKE := ${MAKE} -j ${JOBS} -C ${GLUON_BUILD_DIR} \ GLUON_RELEASE=${GLUON_RELEASE} \ GLUON_BRANCH=${GLUON_BRANCH}