summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-08-05 00:42:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-08-05 00:42:36 +0000
commitc93dc38ca386397b1f01198ff54828c7c452e9cc (patch)
treed3ccec9f148a0c059d3dba12360e23ba9a7b1caf /examples.mk
parentd621de7e8d94d2ff21c1c2aaf762bf12ff963e08 (diff)
parenta2746d7096a2fad59f4472113b5ac03c7f572a03 (diff)
downloadlibvpx-c93dc38ca386397b1f01198ff54828c7c452e9cc.tar
libvpx-c93dc38ca386397b1f01198ff54828c7c452e9cc.tar.gz
libvpx-c93dc38ca386397b1f01198ff54828c7c452e9cc.tar.bz2
libvpx-c93dc38ca386397b1f01198ff54828c7c452e9cc.zip
Merge "examples.mk: quiet vcproj script exec by default"
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples.mk b/examples.mk
index 8327ca08a..dfa5a654e 100644
--- a/examples.mk
+++ b/examples.mk
@@ -325,8 +325,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)=)\