Commit 3c7d7ead authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove some silence hacks

parent e374c656
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment