3
0
mirror of https://github.com/ffrgb/site-ffrgb.git synced 2024-06-02 06:32:33 +02:00
This commit is contained in:
Bastian 2016-08-19 18:20:37 +02:00
parent e851d1768c
commit 1e79b0c2e3

View File

@ -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} \