From: RĂ©mi Duraffort Date: Wed, 7 May 2008 21:40:33 +0000 (+0200) Subject: Less and less information with compile X-Git-Tag: 0.9.0-test0~1071 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9f3a5f3a463f638e8c760649fdfc34c081857c83;p=vlc Less and less information with compile --- diff --git a/extras/buildsystem/make.pl b/extras/buildsystem/make.pl index 1530682487..d770d70d28 100755 --- a/extras/buildsystem/make.pl +++ b/extras/buildsystem/make.pl @@ -52,6 +52,7 @@ while() $line =~ /^cd\s/ || $line =~ /^sed\s/ || $line =~ /^bindir=\s/ || + $line =~ /^libtool:\s/ || $line =~ /^creating lib.*/ || $line =~ /^\s*\// ) {}