GNOME Bugzilla – Bug 607267
Get rid of shave with AM_SILENT_RULES automake option
Last modified: 2010-10-26 17:00:49 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
Created attachment 151636 [details] [review] Get rid of shave with AM_SILENT_RULES automake option
Hello! Could this get a review?
This is already fixed in master