BROKEN=1 enabled for experimental

This commit is contained in:
Bastian 2016-07-27 14:08:03 +02:00
parent b4416c7a0b
commit 7373a9265c

View File

@ -27,10 +27,11 @@ JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
#JOBS = 1
GLUON_MAKE := ${MAKE} V=s -j ${JOBS} -C ${GLUON_BUILD_DIR} \
GLUON_MAKE := ${MAKE} BROKEN=1 V=s -j ${JOBS} -C ${GLUON_BUILD_DIR} \
GLUON_RELEASE=${GLUON_RELEASE} \
GLUON_BRANCH=${GLUON_BRANCH} \
all: info
${MAKE} manifest