V=s removed

This commit is contained in:
Bastian Maeuser 2016-07-28 11:50:49 +02:00
parent 4d204d4533
commit 6b99c1b27e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
#JOBS = 1
GLUON_MAKE := ${MAKE} BROKEN=1 V=s -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} \