remove verbosity from Makefile

This commit is contained in:
Bastian 2018-01-21 18:34:20 +01:00
parent 91cce2b098
commit 14a8006ee3
1 changed files with 1 additions and 1 deletions

View File

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