From df2f941cd153443a46121111e3f3e685f9125c49 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 14 May 2020 18:40:16 +0200 Subject: Beautify silent build output and make silent build the default - ie. set V=1 to get full output again. --- plugin/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plugin/Makefile.am') 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 ####### -- cgit v1.2.3