ref: c93dc38ca386397b1f01198ff54828c7c452e9cc
parent: d621de7e8d94d2ff21c1c2aaf762bf12ff963e08
parent: a2746d7096a2fad59f4472113b5ac03c7f572a03
author: James Zern <[email protected]>
date: Tue Aug 4 20:42:36 EDT 2015
Merge "examples.mk: quiet vcproj script exec by default"
--- a/examples.mk
+++ b/examples.mk
@@ -325,8 +325,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)=)\