commom.mk: Support V make variable (verbose build)

This commit is contained in:
Quentin Glidic 2012-05-16 16:47:15 +02:00
parent bdc078914b
commit 97d857a5d0
1 changed files with 3 additions and 0 deletions

View File

@ -140,8 +140,11 @@ CFLAGS += -fprofile-arcs -ftest-coverage
LIBS += -lgcov
endif
V ?= 0
ifeq ($(V),0)
# Dont print command lines which are run
.SILENT:
endif
# Always remake the following targets
.PHONY: install clean dist distclean