From: RĂ©mi Duraffort Date: Tue, 6 May 2008 12:49:08 +0000 (+0200) Subject: Less information when compiling with compile X-Git-Tag: 0.9.0-test0~1121 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e6137ef1f3f55bf10ca1e1ef0d97fd200d01c2ad;p=vlc Less information when compiling with compile --- diff --git a/extras/buildsystem/make.pl b/extras/buildsystem/make.pl index 33e21ce22f..1530682487 100755 --- a/extras/buildsystem/make.pl +++ b/extras/buildsystem/make.pl @@ -45,8 +45,15 @@ while() $line =~ /^rm\s-fr\s(.*)/ || $line =~ /^mv\s-f\s(.*)/ || $line =~ /^ln\s-s\s(.*)/ || + $line =~ /^echo\s/ || + $line =~ /^mkdir\s/ || + $line =~ /^cat\s/ || + $line =~ /^grep\s/ || + $line =~ /^cd\s/ || + $line =~ /^sed\s/ || + $line =~ /^bindir=\s/ || $line =~ /^creating lib.*/ || - $line =~ /^\// ) + $line =~ /^\s*\// ) {} # Info elsif(