]> git.sur5r.net Git - i3/i3/commitdiff
commom.mk: Support V make variable (verbose build)
authorQuentin Glidic <sardemff7+git@sardemff7.net>
Wed, 16 May 2012 14:47:15 +0000 (16:47 +0200)
committerQuentin Glidic <sardemff7+git@sardemff7.net>
Sun, 22 Jul 2012 16:45:12 +0000 (18:45 +0200)
common.mk

index 439490596d38ff0b910c6b34896d400fea577af8..241576fc9e7a887892d5b37fdbd0dd351062ace9 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -140,8 +140,11 @@ CFLAGS += -fprofile-arcs -ftest-coverage
 LIBS += -lgcov
 endif
 
+V ?= 0
+ifeq ($(V),0)
 # Don’t print command lines which are run
 .SILENT:
+endif
 
 # Always remake the following targets
 .PHONY: install clean dist distclean