[vlc-devel] commit: Remove some silence hacks ( Rémi Denis-Courmont )
Pierre d'Herbemont
pdherbemont at free.fr
Mon Feb 15 16:04:26 CET 2010
On Sun, Feb 14, 2010 at 9:26 PM, git version control <git at videolan.org>wrote:
> 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)
>
Somewhere around this commit my make log is now showing "make[6]: Nothing to
be done for `all-am'.".
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.
# automake --version
automake (GNU automake) 1.11
Pierre.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100215/d11cd2c5/attachment.html>
More information about the vlc-devel
mailing list