]> granicus.if.org Git - libvpx/commitdiff
examples.mk: quiet vcproj script exec by default
authorJames Zern <jzern@google.com>
Mon, 3 Aug 2015 23:24:24 +0000 (16:24 -0700)
committerJames Zern <jzern@google.com>
Tue, 4 Aug 2015 02:31:32 +0000 (19:31 -0700)
the full command line can be seen with V=1 as with the other gen*
scripts

Change-Id: Id045b57e0f9af17d82d79201bbc1241b25a2b821

examples.mk

index fad02cfcd2b549512a6fe59a4b49ad3fc5c9f9c9..708570d9393df66caba7bc8390a9d5a4f1fbae3f 100644 (file)
@@ -324,8 +324,8 @@ endif
 # 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)=)\