commom.mk: Support V make variable (verbose build)
This commit is contained in:
parent
bdc078914b
commit
97d857a5d0
@ -140,8 +140,11 @@ CFLAGS += -fprofile-arcs -ftest-coverage
|
|||||||
LIBS += -lgcov
|
LIBS += -lgcov
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
V ?= 0
|
||||||
|
ifeq ($(V),0)
|
||||||
# Don’t print command lines which are run
|
# Don’t 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user