shithub: libvpx

Download patch

ref: a2746d7096a2fad59f4472113b5ac03c7f572a03
parent: 7723b8df6a4be00625258f6177df7d898ba6c33e
author: James Zern <[email protected]>
date: Mon Aug 3 12:24:24 EDT 2015

examples.mk: quiet vcproj script exec by default

the full command line can be seen with V=1 as with the other gen*
scripts

Change-Id: Id045b57e0f9af17d82d79201bbc1241b25a2b821

--- a/examples.mk
+++ b/examples.mk
@@ -324,8 +324,8 @@
 # the makefiles). We may want to revisit this.
 define vcproj_template
 $(1): $($(1:.$(VCPROJ_SFX)=).SRCS) vpx.$(VCPROJ_SFX)
-	@echo "    [vcproj] $$@"
-	$$(GEN_VCPROJ)\
+	$(if $(quiet),@echo "    [vcproj] $$@")
+	$(qexec)$$(GEN_VCPROJ)\
             --exe\
             --target=$$(TOOLCHAIN)\
             --name=$$(@:.$(VCPROJ_SFX)=)\