From: RĂ©mi Duraffort Date: Tue, 6 May 2008 12:25:52 +0000 (+0200) Subject: Print less information about the compilation when using make.pl X-Git-Tag: 0.9.0-test0~1122 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7caf92c9f6eec8ee9742d5312e96641b25d19123;p=vlc Print less information about the compilation when using make.pl --- diff --git a/extras/buildsystem/make.pl b/extras/buildsystem/make.pl index 052b9525ba..33e21ce22f 100755 --- a/extras/buildsystem/make.pl +++ b/extras/buildsystem/make.pl @@ -36,14 +36,17 @@ while() $line =~ /^touch.*/ || $line =~ /^srcdir=.*/ || $line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ || - $line =~ /^\sgcc\s-std=.*/ || - $line =~ /^\sgcc\s-mmacosx.*/ || - $line =~ /^\sg\+\+\s.*/ || + $line =~ /^\s*gcc\s-std=.*/ || + $line =~ /^\sgcc\s-mmacosx.*/ || + $line =~ /^\sg\+\+\s.*/ || # $line =~ /^.*moc.*/ || $line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ || $line =~ /^.*rm\s\-f\s(.*)/ || $line =~ /^rm\s-fr\s(.*)/ || - $line =~ /^creating lib.*/ ) + $line =~ /^mv\s-f\s(.*)/ || + $line =~ /^ln\s-s\s(.*)/ || + $line =~ /^creating lib.*/ || + $line =~ /^\// ) {} # Info elsif(