From 1315d0559b7f0af3ad4a1bc8befddea7b5c7934a Mon Sep 17 00:00:00 2001 From: wahe Date: Sat, 13 Jun 2015 08:13:20 +0200 Subject: [PATCH] Prozessor compile error fixed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3ab844..f7f8d43 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ endif JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l) -GLUON_MAKE := ${MAKE} -j ${JOBS} -C ${GLUON_BUILD_DIR} \ +GLUON_MAKE := ${MAKE} -j 1 -C ${GLUON_BUILD_DIR} \ GLUON_RELEASE=${GLUON_RELEASE} \ GLUON_BRANCH=${GLUON_BRANCH}