]> git.sesse.net Git - vlc/commitdiff
Remove a bit of noise
authorClément Stenac <zorglub@videolan.org>
Fri, 24 Feb 2006 19:11:39 +0000 (19:11 +0000)
committerClément Stenac <zorglub@videolan.org>
Fri, 24 Feb 2006 19:11:39 +0000 (19:11 +0000)
extras/make.pl

index 51b58fa75e3adfe02645d44ef138469c2c7779fe..38850c2bd1082759cce16152bd8a6759b4169497 100755 (executable)
@@ -32,6 +32,8 @@ while(<STDIN>)
         $line =~ /make\s\sall-recursive/ ||
         $line =~ /[A-z0-9-]*ar\s[A-z0-9]*\s([A-z0-9\-_\/\.]*)\s.*/ ||
         $line =~ /^[A-z0-9-]*ranlib\s[A-z0-9-_]*plugin(.*)/ ||
+        $line =~ /^touch.*/ ||
+        $line =~ /^srcdir=.*/ ||
         $line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ || 
         $line =~ s/^rm\s\-f\s(.*)//g )
      {}