]> git.sesse.net Git - vlc/commitdiff
Print less information about the compilation when using make.pl
authorRémi Duraffort <ivoire@videolan.org>
Tue, 6 May 2008 12:25:52 +0000 (14:25 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 6 May 2008 12:26:00 +0000 (14:26 +0200)
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(