From 1e79b0c2e33d374ce948768d38f191e16c635958 Mon Sep 17 00:00:00 2001 From: Bastian Date: Fri, 19 Aug 2016 18:20:37 +0200 Subject: [PATCH] BROKEN=1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbf90ad..0d35371 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l) #JOBS = 1 -GLUON_MAKE := ${MAKE} BROKEN=0 -j ${JOBS} -C ${GLUON_BUILD_DIR} \ +GLUON_MAKE := ${MAKE} BROKEN=1 -j ${JOBS} -C ${GLUON_BUILD_DIR} \ GLUON_RELEASE=${GLUON_RELEASE} \ GLUON_BRANCH=${GLUON_BRANCH} \