]> granicus.if.org Git - libvpx/commitdiff
make: support V=1 as short form of verbose=yes
authorLuca Barbato <lu_zero@gentoo.org>
Sun, 6 Jan 2013 18:19:43 +0000 (19:19 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 8 Jan 2013 23:09:36 +0000 (00:09 +0100)
make V=1 is commonly used for the purpose of trigger verboseness
across projects.

Change-Id: Id9dfb4a7eea8338b366ae8dadb56ab02ceabbb58

build/make/Makefile

index 92113ccb8c24ee29f4169bdfe68a0b896899703e..22d6097bf2842e22e022017f291b9410ba04989e 100644 (file)
@@ -74,7 +74,7 @@ HOSTCC?=gcc
 TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN)))
 TGT_OS:=$(word 2, $(subst -, ,$(TOOLCHAIN)))
 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
-quiet:=$(if $(verbose),,yes)
+quiet:=$(if $(or $(verbose), $(V)),, yes)
 qexec=$(if $(quiet),@)
 
 # Cancel built-in implicit rules