BROKEN=1 enabled for experimental
This commit is contained in:
parent
b4416c7a0b
commit
7373a9265c
3
Makefile
3
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user