]> git.sesse.net Git - vlc/blobdiff - extras/buildsystem/make.pl
Use var_Inherit* instead of var_CreateGet*.
[vlc] / extras / buildsystem / make.pl
index 052b9525babb432a5fe303aaf2a6933563119fec..348c6e0833c41d79c82dc203d4666b498de8d956 100755 (executable)
@@ -23,8 +23,7 @@ while(<STDIN>)
      $line = $_;
      chomp $line;
      # Skip entering/leaving directories and incomplete lines
-     if(
-       $line =~ /make\[([0-9]*)\]:.*/ ||
+     if($line =~ /make\[([0-9]*)\]:.*/ ||
 #       $line =~ /.*\s\\$/ ||
         $line =~ /^test\s\-z\s/ ||
         $line =~ /^Making\sclean\sin\s\./ ||
@@ -36,14 +35,27 @@ 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 =~ /^\s*echo\s/ ||
+       $line =~ /^mkdir\s/ ||
+       $line =~ /^\s*cat\s/ ||
+       $line =~ /^grep\s/ ||
+       $line =~ /^cd\s/ ||
+       $line =~ /^sed\s/ ||
+       $line =~ /^bindir=\s/ ||
+       $line =~ /^libtool:\s/ ||
+       $line =~ /^\/bin\/sh/ ||
+       $line =~ /^\/usr\/bin\/moc-qt4/ ||
+       $line =~ /^\/usr\/bin\/uic-qt4/ ||
+       $line =~ /^creating lib.*/)
      {}
      # Info
      elsif(