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 621720 - Use $(AM_V_GEN) to silent the build a bit.
Use $(AM_V_GEN) to silent the build a bit.
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
2.90.x
Other All
: Normal trivial
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-06-16 03:04 UTC by Javier Jardón (IRC: jjardon)
Modified: 2011-01-04 01:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use $(AM_V_GEN) to silent the build a bit. (10.48 KB, patch)
2010-06-16 03:04 UTC, Javier Jardón (IRC: jjardon)
none Details | Review

Description Javier Jardón (IRC: jjardon) 2010-06-16 03:04:04 UTC
Patch following
Comment 1 Javier Jardón (IRC: jjardon) 2010-06-16 03:04:54 UTC
Created attachment 163770 [details] [review]
Use $(AM_V_GEN) to silent the build a bit.
Comment 2 Matthias Clasen 2010-09-19 05:24:00 UTC
I see no reason for AM_V_GEN here. Straight '@' is sufficient.
Comment 3 Alberto Garcia 2010-10-22 17:26:31 UTC
We have silent rules enabled by default now:

http://git.gnome.org/browse/gtk+/commit/?id=e428a0937a2eefebff3cae38fd085b7cee1340ea
Comment 4 Javier Jardón (IRC: jjardon) 2010-10-22 18:03:58 UTC
@Alberto:

This patch is to silent the output even more.
It's similar to this GLib patch: http://git.gnome.org/browse/glib/commit/?id=1b8ee5196eb8ed684b0ee0d2f0d26e6bd82656af

Anyway feel free to close this bug if you think this is not necessary