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 591002 - Turn on "silent-rules" for automake >= 1.11
Turn on "silent-rules" for automake >= 1.11
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-08-06 20:58 UTC by Owen Taylor
Modified: 2009-08-06 21:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Turn on "silent-rules" for automake >= 1.11 (6.42 KB, patch)
2009-08-06 20:58 UTC, Owen Taylor
accepted-commit_now Details | Review

Description Owen Taylor 2009-08-06 20:58:38 UTC
When AM_SILENT_RULES is available, use it to strip down the output
of make so we can see what's important rather than gigantic long
compile lines.

Use 'make V=1' to see everything again.

Fix a couple of places where we had 'cmp' rather than 'cmp' and were
getting standard-error spew about missing files when generating
enum-types.h files.
Comment 1 Owen Taylor 2009-08-06 20:58:41 UTC
Created attachment 140064 [details] [review]
Turn on "silent-rules" for automake >= 1.11
Comment 2 Owen Taylor 2009-08-06 21:44:55 UTC
Pushed