Bug 96774

Summary: Please enable silent builds
Product: Telepathy Reporter: Sebastian <sbastig>
Component: tp-glibAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium    
Version: git master   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Enable silent builds
Enable silent builds

Description Sebastian 2016-07-01 21:37:22 UTC
Created attachment 124850 [details] [review]
Enable silent builds

Please enable silent builds as documented here:

https://wiki.gnome.org/Initiatives/GnomeGoals/NicerBuilds

I have attached a patch to do exactly that. In its current state telepathy-glib will spam the shell with build output commands that are several lines long. This makes it difficult to follow the output and see whats happening.
Comment 1 Sebastian 2016-07-14 07:36:38 UTC
Bump. Please merge this. If there is a reason not to do merge it, then please state it here so we can have a discussion about this.
Comment 2 Debarshi Ray 2016-07-14 07:48:43 UTC
Comment on attachment 124850 [details] [review]
Enable silent builds

Review of attachment 124850 [details] [review]:
-----------------------------------------------------------------

::: configure.ac
@@ +46,4 @@
>  AM_INIT_AUTOMAKE([1.11 -Wno-portability subdir-objects])
>  AC_CONFIG_HEADERS(config.h)
>  
> +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])

Nitpick: A space after the command would be nice.
Comment 3 Debarshi Ray 2016-07-14 07:49:29 UTC
Created attachment 125063 [details] [review]
Enable silent builds

Added the URL of this bug to the commit message and pushed.

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.