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 /test/uitests | |
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 'test/uitests')
-rw-r--r-- | test/uitests/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/uitests/Makefile.am b/test/uitests/Makefile.am index 6a5894b..39571e2 100644 --- a/test/uitests/Makefile.am +++ b/test/uitests/Makefile.am @@ -51,8 +51,12 @@ RES = \ benchmarktest_resources/image_edge_alpha.png \ benchmarktest_resources/image_inner_alpha.png +rcgen_verbose = $(rcgen_verbose_@AM_V@) +rcgen_verbose_ = $(rcgen_verbose_@AM_DEFAULT_V@) +rcgen_verbose_0 = @echo " RCGEN "$@; + benchmarktest_resource_data.cc: $(top_builddir)/plugingui/rcgen $(RES) - $(top_builddir)/plugingui/rcgen -d $(top_srcdir)/test/uitests $(RES) > $(top_srcdir)/test/uitests/benchmarktest_resource_data.cc + $(rcgen_verbose)$(top_builddir)/plugingui/rcgen -d $(top_srcdir)/test/uitests $(RES) > $(top_srcdir)/test/uitests/benchmarktest_resource_data.cc benchmarktest_LDADD = \ $(top_builddir)/plugingui/libdggui.la \ |