diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-14 18:40:16 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-14 18:40:16 +0200 |
commit | df2f941cd153443a46121111e3f3e685f9125c49 (patch) | |
tree | 330cc9d7f7d0180a51c43bb053450947747bc424 /plugin/Makefile.am | |
parent | 0326e2216385925499da9ee64d7866281f79b3b0 (diff) |
Beautify silent build output and make silent build the default - ie. set V=1 to get full output again.
Diffstat (limited to 'plugin/Makefile.am')
-rw-r--r-- | plugin/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am index 764a694..91786c2 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -69,8 +69,12 @@ if ENABLE_PUGL_COCOA UITYPE=CocoaUI endif +ttlgen_verbose = $(ttlgen_verbose_@AM_V@) +ttlgen_verbose_ = $(ttlgen_verbose_@AM_DEFAULT_V@) +ttlgen_verbose_0 = @echo " TTLGEN "$@; + manifest.ttl : ttlgen drumgizmo.la - ./ttlgen .libs/drumgizmo.so manifest.ttl $(UITYPE) + $(ttlgen_verbose)./ttlgen .libs/drumgizmo.so manifest.ttl $(UITYPE) > /dev/null ####### |