]> git.sesse.net Git - vlc/commitdiff
am: Pass --quiet to 'make' when automake verbose mode is off.
authorPierre d'Herbemont <pdherbemont@free.fr>
Tue, 18 Aug 2009 13:09:05 +0000 (15:09 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Tue, 18 Aug 2009 13:10:22 +0000 (15:10 +0200)
Makefile.am

index 3bab207b29989a79e832ed322a45403bf94facd6..b90bc37e9be35c8a64b0829178084daba03fbf9a 100644 (file)
@@ -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.