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 592750 - Support silent build rules with automake 1.11
Support silent build rules with automake 1.11
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: devhelp-maint
devhelp-maint
Depends on:
Blocks:
 
 
Reported: 2009-08-22 21:21 UTC by Javier Jardón (IRC: jjardon)
Modified: 2009-08-27 09:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Support silent build rules with automake 1.11 (957 bytes, patch)
2009-08-22 21:24 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review

Description Javier Jardón (IRC: jjardon) 2009-08-22 21:21:12 UTC
Automake 1.11 supports Linux-kernel like silent build rules with easy ways to
switch to the more verbose output either at configure time:

  ./configure --disable-silent-rules

or at make time:

  make V=1

The attached patch enables silent build rules by default.
Comment 1 Javier Jardón (IRC: jjardon) 2009-08-22 21:24:23 UTC
Created attachment 141454 [details] [review]
Support silent build rules with automake 1.11