Bug 96774 - Please enable silent builds
Summary: Please enable silent builds
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-glib (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-01 21:37 UTC by Sebastian
Modified: 2016-07-14 07:49 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Enable silent builds (639 bytes, patch)
2016-07-01 21:37 UTC, Sebastian
Details | Splinter Review
Enable silent builds (734 bytes, patch)
2016-07-14 07:49 UTC, Debarshi Ray
Details | Splinter Review

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.