]> git.sesse.net Git - vlc/blobdiff - extras/buildsystem/make.pl
Disable crashy FS controller by default
[vlc] / extras / buildsystem / make.pl
index 1530682487fb07bdf4a5dd7ebc7c3e2e35e221bd..47e4200a9fdce650a183a30d60a0cd6cd2736b97 100755 (executable)
@@ -36,9 +36,9 @@ while(<STDIN>)
         $line =~ /^touch.*/ ||
         $line =~ /^srcdir=.*/ ||
         $line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ ||
-       $line =~ /^\s*gcc\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(.*)/ ||
@@ -52,6 +52,7 @@ while(<STDIN>)
        $line =~ /^cd\s/ ||
        $line =~ /^sed\s/ ||
        $line =~ /^bindir=\s/ ||
+       $line =~ /^libtool:\s/ ||
        $line =~ /^creating lib.*/ ||
         $line =~ /^\s*\// )
      {}