[vlc-devel] commit: am: Proper way to define --quiet in silent mode. (Pierre d' Herbemont )
git version control
git at videolan.org
Wed Aug 26 12:16:48 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Aug 26 12:15:49 2009 +0200| [bf4626a0c967af6f4063187fd311067c62fc19e8] | committer: Pierre d'Herbemont
am: Proper way to define --quiet in silent mode.
Compatible with automake<1.11
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf4626a0c967af6f4063187fd311067c62fc19e8
---
Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index c69a742..b54f4bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,8 @@
# Pass --quiet to make when we are not verbose.
AM_MAKEFLAGS = $(makesilentflags_$(V))
makesilentflags_ = $(makesilentflags__$(AM_DEFAULT_VERBOSITY))
-makesilentflags__0 = --quiet
+makesilentflags_0 = --quiet
+makesilentflags__0 = $(makesilentflags_0)
# SUBDIRS stores the directories where a "make" is required when building
# something. DIST_SUBDIRS stores the directories where nothing is built but
More information about the vlc-devel
mailing list