Bug 25399

Summary: Enable automake 1.11 silent rules
Product: Telepathy Reporter: Will Thompson <will>
Component: tp-qtAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium Keywords: patch
Version: unspecified   
Hardware: Other   
OS: All   
URL: http://git.collabora.co.uk/?p=user/wjt/telepathy-qt4.git;a=shortlog;h=refs/heads/hush
Whiteboard: review+
i915 platform: i915 features:

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.