[vlc-devel] commit: Print less information about the compilation when using make.pl ( Rémi Duraffort )
    git version control 
    git at videolan.org
       
    Tue May  6 14:24:28 CEST 2008
    
    
  
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue May  6 14:25:52 2008 +0200| [7caf92c9f6eec8ee9742d5312e96641b25d19123]
Print less information about the compilation when using make.pl
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7caf92c9f6eec8ee9742d5312e96641b25d19123
---
 extras/buildsystem/make.pl |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/extras/buildsystem/make.pl b/extras/buildsystem/make.pl
index 052b952..33e21ce 100755
--- a/extras/buildsystem/make.pl
+++ b/extras/buildsystem/make.pl
@@ -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(
    
    
More information about the vlc-devel
mailing list