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. --- plugingui/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plugingui') diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 219b450..f208f43 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -33,8 +33,12 @@ RES = \ ../BUGS \ ../COPYING +rcgen_verbose = $(rcgen_verbose_@AM_V@) +rcgen_verbose_ = $(rcgen_verbose_@AM_DEFAULT_V@) +rcgen_verbose_0 = @echo " RCGEN "$@; + resource_data.cc: rcgen $(RES) - ./rcgen -d $(top_srcdir)/plugingui $(RES) > $(top_srcdir)/plugingui/resource_data.cc + $(rcgen_verbose)./rcgen -d $(top_srcdir)/plugingui $(RES) > $(top_srcdir)/plugingui/resource_data.cc libdggui_la_CPPFLAGS = \ $(DEBUG_FLAGS) \ -- cgit v1.2.3