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 607267 - Get rid of shave with AM_SILENT_RULES automake option
Get rid of shave with AM_SILENT_RULES automake option
Status: RESOLVED OBSOLETE
Product: gnome-utils
Classification: Deprecated
Component: general
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-17 23:04 UTC by Javier Jardón (IRC: jjardon)
Modified: 2010-10-26 17:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30


Attachments
Get rid of shave with AM_SILENT_RULES automake option (10.00 KB, patch)
2010-01-17 23:14 UTC, Javier Jardón (IRC: jjardon)
none Details | Review

Description Javier Jardón (IRC: jjardon) 2010-01-17 23:04:46 UTC
automake1.11 has a feature that do the same as shave do.
IMO would be better to "require newer version of existing tool" than to drag in
a new special-purpose widget.

The default build behavior is "same as previous" (i.e., verbose), but now user
can choose quiet by "./configure --enable-silent-rules" or "make V=0".
Alternately, AM_SILENT_RULES([yes]) makes quiet the default (same default as
shave), and user can "./configure --disable-silent-rules" or "make V=1" to
override.

The attached patch enables silent build rules by default.

More info here: http://live.gnome.org/GnomeGoals/NicerBuilds
Comment 1 Javier Jardón (IRC: jjardon) 2010-01-17 23:14:18 UTC
Created attachment 151636 [details] [review]
Get rid of shave with AM_SILENT_RULES automake option
Comment 2 Javier Jardón (IRC: jjardon) 2010-03-17 00:47:54 UTC
Hello! Could this get a review?
Comment 3 Javier Jardón (IRC: jjardon) 2010-10-26 17:00:49 UTC
This is already fixed in master