[vlc-devel] commit: am: Pass --quiet to 'make' when automake verbose mode is off. ( Pierre d'Herbemont )

git version control git at videolan.org
Tue Aug 18 15:13:56 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Tue Aug 18 15:09:05 2009 +0200| [ed7b4fcd757f7bab68da7cd36be5cd6ae0e91563] | committer: Pierre d'Herbemont 

am: Pass --quiet to 'make' when automake verbose mode is off.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ed7b4fcd757f7bab68da7cd36be5cd6ae0e91563
---

 Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3bab207..b90bc37 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,11 @@
 # Automake targets and declarations
 ###############################################################################
 
+# Pass --quiet to make when we are not verbose.
+AM_MAKEFLAGS = $(makesilentflags_$(V))
+makesilentflags_ = $(makesilentflags_$(AM_DEFAULT_VERBOSITY))
+makesilentflags_0 = --quiet
+
 # SUBDIRS stores the directories where a "make" is required when building
 # something. DIST_SUBDIRS stores the directories where nothing is built but
 # which have makefiles with distribution information.




More information about the vlc-devel mailing list