Bug 25399 - Enable automake 1.11 silent rules
Summary: Enable automake 1.11 silent rules
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-qt (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL: http://git.collabora.co.uk/?p=user/wj...
Whiteboard: review+
Keywords: patch
Depends on:
Blocks:
 
Reported: 2009-12-02 10:14 UTC by Will Thompson
Modified: 2009-12-03 04:24 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Will Thompson 2009-12-02 10:14:46 UTC
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.
Comment 1 Simon McVittie 2009-12-02 10:26:24 UTC
> +       $(AM_V_GEN)$(mkdir_p) _gen

I'd prefer $(AM_V_at)$(mkdir_p) _gen, or even just @$(mkdir_p) _gen.
Comment 2 Will Thompson 2009-12-02 10:33:34 UTC
(In reply to comment #0)
> I haven't tried distchecking this. It takes too long to compile.

It just finished successfully.
Comment 3 Will Thompson 2009-12-02 10:42:04 UTC
(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.
Comment 4 Simon McVittie 2009-12-02 10:53:51 UTC
Yes please. review+
Comment 5 Will Thompson 2009-12-03 04:24:33 UTC
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.