]> git.sesse.net Git - vlc/blobdiff - Makefile.am
am: Pass --quiet to 'make' when automake verbose mode is off.
[vlc] / 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.