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

View File

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