]> git.sesse.net Git - vlc/blobdiff - extras/buildsystem/make.pl
Print less information about the compilation when using make.pl
[vlc] / extras / buildsystem / make.pl
index 052b9525babb432a5fe303aaf2a6933563119fec..33e21ce22f1de188228e36d5623b0321132c95ad 100755 (executable)
@@ -36,14 +36,17 @@ while(<STDIN>)
         $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(