]> git.sesse.net Git - vlc/blobdiff - extras/make.pl
Update beautifier for libtool
[vlc] / extras / make.pl
index c4b2bd4bfee3f23e1e8c85b66286fe403b389c0e..0f0ac3465ef1f539547f83892f4ca5eb0088c73a 100755 (executable)
@@ -36,10 +36,15 @@ while(<STDIN>)
         $line =~ /^touch.*/ ||
         $line =~ /^srcdir=.*/ ||
         $line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ ||
-        $line =~ s/^rm\s\-f\s(.*)//g )
+       $line =~ /^\sgcc\s-std=.*/ ||
+       $line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ ||
+        $line =~ /^.*rm\s\-f\s(.*)/ ||
+       $line =~ /^rm\s-fr\s(.*)/ ||
+       $line =~ /^creating lib.*/ )
      {}
      # Info
      elsif(
+         $line =~ s/^.*\-shared.*(lib.*\.so).*/ LINK    : $1/g ||
           $line =~ s/^.* (lib.*\.so).*/ LINK    : $1/g ||
           $line =~ s/^.* (lib.*\.o)\s\.\/(.*)/ COMPILE : $2/g ||
           $line =~ s/^.* (lib.*\.o)\s`.*`(.*);\ \\/ COMPILE : $2/ ||