<br><br><div class="gmail_quote">On Sun, Feb 14, 2010 at 9:26 PM, git version control <span dir="ltr"><<a href="mailto:git@videolan.org">git@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
vlc | branch: master | Rémi Denis-Courmont <<a href="mailto:remi@remlab.net">remi@remlab.net</a>> | Sun Feb 14 22:23:53 2010 +0200| [3c7d7ead1dfab57e9e589f239cb7bcd5e03a54ec] | committer: Rémi Denis-Courmont<br>
<br>
Remove some silence hacks<br>
<br>
> <a href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c7d7ead1dfab57e9e589f239cb7bcd5e03a54ec" target="_blank">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c7d7ead1dfab57e9e589f239cb7bcd5e03a54ec</a><br>

---<br>
<br>
 Makefile.am |   10 +---------<br>
 1 files changed, 1 insertions(+), 9 deletions(-)<br>
<br>
diff --git a/Makefile.am b/Makefile.am<br>
index 2a93809..f89518c 100644<br>
--- a/Makefile.am<br>
+++ b/Makefile.am<br>
@@ -2,12 +2,6 @@<br>
 # Automake targets and declarations<br>
 ###############################################################################<br>
<br>
-# Pass --quiet to make when we are not verbose.<br>
-AM_MAKEFLAGS = $(makesilentflags_$(V))<br>
-makesilentflags_ = $(makesilentflags__$(AM_DEFAULT_VERBOSITY))<br>
-makesilentflags_0 = --quiet<br>
-makesilentflags__0 = $(makesilentflags_0)<br></blockquote><div><br></div><div>Somewhere around this commit my make log is now showing "make[6]: Nothing to be done for `all-am'.".</div><div><br></div><div>That was the point of this hack. Do you have an automake version that doesn't requires it? Else I should probably just update the contrib.</div>
<div><br></div><div><div># automake --version</div><div>automake (GNU automake) 1.11</div><div><br></div></div><div>Pierre.</div></div><br>