I like concise `make` output. My 'hush' branch silences the tp-qt4 build. It introduces a custom silencing macro, $(TPQT4_V_MOC), used for invocations of everyone's favourite preprocessor. I haven't tried distchecking this. It takes too long to compile.
> + $(AM_V_GEN)$(mkdir_p) _gen I'd prefer $(AM_V_at)$(mkdir_p) _gen, or even just @$(mkdir_p) _gen.
(In reply to comment #0) > I haven't tried distchecking this. It takes too long to compile. It just finished successfully.
(In reply to comment #1) > > + $(AM_V_GEN)$(mkdir_p) _gen > > I'd prefer $(AM_V_at)$(mkdir_p) _gen, or even just @$(mkdir_p) _gen. > Mash refresh to get the former.
Yes please. review+
Merged to master. Thanks for the review!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.