[vlc-devel] commit: Remove some silence hacks ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Feb 14 21:26:21 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 14 22:23:53 2010 +0200| [3c7d7ead1dfab57e9e589f239cb7bcd5e03a54ec] | committer: Rémi Denis-Courmont
Remove some silence hacks
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c7d7ead1dfab57e9e589f239cb7bcd5e03a54ec
---
Makefile.am | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 2a93809..f89518c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,12 +2,6 @@
# 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
-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
# which have makefiles with distribution information.
@@ -417,10 +411,8 @@ endif
endif
silentstd = $(silentstd_$(V))
-silentstd_ = $(silentstd__$(AM_DEFAULT_VERBOSITY))
+silentstd_ = $(silentstd_$(AM_DEFAULT_VERBOSITY))
silentstd_0 = 2>&1 >/dev/null
-# '__' prefix trick for old automake version.
-silentstd__0 = $(silentstd_0)
# VLC-release.app for packaging and giving it to your friends
# use package-macosx to get a nice dmg
More information about the vlc-devel
mailing list