After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 590551 - Nicer build with AM_SILENT_RULES Automake option
Nicer build with AM_SILENT_RULES Automake option
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
2.27.x
Other Linux
: Normal minor
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-08-02 20:03 UTC by Robin Stocker
Modified: 2009-09-04 09:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
silent-build.patch (535 bytes, patch)
2009-08-02 20:04 UTC, Robin Stocker
none Details | Review
silent-build-output.txt (2.14 KB, text/plain)
2009-08-02 20:06 UTC, Robin Stocker
  Details

Description Robin Stocker 2009-08-02 20:03:21 UTC
With Automake 1.11, there's an option to enable a less verbose, kernel-like build output. How about enabling it by default? One can always disable it with --disable-silent-rules or make V=1.
Comment 1 Robin Stocker 2009-08-02 20:04:22 UTC
Created attachment 139749 [details] [review]
silent-build.patch

Here's the trivial patch to configure.in.
Comment 2 Robin Stocker 2009-08-02 20:06:55 UTC
Created attachment 139750 [details]
silent-build-output.txt

Here's an example of the silent build output. It's much cleaner and makes warnings and errors stand out.
Comment 3 Robin Stocker 2009-08-02 20:08:18 UTC
Another note: When an older version of Automake is used, the option is just ignored.
Comment 4 Christian Persch 2009-08-03 08:55:07 UTC
I think you also need to sprinkle a few $(AM_V_GEN) around, e.g. when generating the marshalers, etc.
Comment 5 Bastien Nocera 2009-08-03 09:07:15 UTC
Any reasons not to do this in gnome-common instead?
Comment 6 Philip Withnall 2009-08-06 10:08:48 UTC
(In reply to comment #5)
> Any reasons not to do this in gnome-common instead?

See bug #580062 and bug #582955, which are both related.
Comment 7 Bastien Nocera 2009-09-04 09:26:08 UTC
commit 730f2f73bb215a7d81bc52bffb07652a8eaa0c34
Author: Robin Stocker <robin@nibor.org>
Date:   Fri Sep 4 10:25:25 2009 +0100

    Bug 590551 - Nicer build with AM_SILENT_RULES Automake option
    
    With an additional sprinkling of AM_V_GEN