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 591998 - Support silent build rules with automake 1.11
Support silent build rules with automake 1.11
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on: 588788
Blocks:
 
 
Reported: 2009-08-16 17:51 UTC by Javier Jardón (IRC: jjardon)
Modified: 2009-08-17 18:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Support silent build rules with automake1.11 (985 bytes, patch)
2009-08-17 16:00 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review

Description Javier Jardón (IRC: jjardon) 2009-08-16 17:51:46 UTC
Automake 1.11 supports Linux-kernel like silent build rules with easy ways to switch to the less verbose output either at configure time:

  ./configure --enable-silent-rules

or at make time:

  make V=0

The attached patch disables silent build rules by default.
Comment 1 Matthias Clasen 2009-08-17 14:49:26 UTC
lost patch ?
Comment 2 Javier Jardón (IRC: jjardon) 2009-08-17 16:00:30 UTC
Created attachment 140972 [details] [review]
Support silent build rules with automake1.11

Ooops, sorry; here the patch
Comment 3 Matthias Clasen 2009-08-17 18:08:18 UTC
Looks ok, please commit