[vlc-devel] commit: Less and less information with compile ( Rémi Duraffort )
git version control
git at videolan.org
Wed May 7 23:38:52 CEST 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed May 7 23:40:33 2008 +0200| [9f3a5f3a463f638e8c760649fdfc34c081857c83]
Less and less information with compile
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f3a5f3a463f638e8c760649fdfc34c081857c83
---
extras/buildsystem/make.pl | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/extras/buildsystem/make.pl b/extras/buildsystem/make.pl
index 1530682..d770d70 100755
--- a/extras/buildsystem/make.pl
+++ b/extras/buildsystem/make.pl
@@ -52,6 +52,7 @@ while(<STDIN>)
$line =~ /^cd\s/ ||
$line =~ /^sed\s/ ||
$line =~ /^bindir=\s/ ||
+ $line =~ /^libtool:\s/ ||
$line =~ /^creating lib.*/ ||
$line =~ /^\s*\// )
{}
More information about the vlc-devel
mailing list