[vlc-commits] make.pl: nicer output

Rafaël Carré git at videolan.org
Fri Jun 24 03:07:59 CEST 2011


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Thu Jun 23 21:00:03 2011 -0400| [7a150da5ceb32d81022f45b1e83e113ddcb33884] | committer: Rafaël Carré

make.pl: nicer output

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a150da5ceb32d81022f45b1e83e113ddcb33884
---

 extras/buildsystem/make.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extras/buildsystem/make.pl b/extras/buildsystem/make.pl
index 348c6e0..2fd4d33 100755
--- a/extras/buildsystem/make.pl
+++ b/extras/buildsystem/make.pl
@@ -62,6 +62,7 @@ while(<STDIN>)
 	  $line =~ s/^.*\-shared.*(lib.*\.so).*/ LINK    : $1/g ||
           $line =~ s/^.* (lib.*\.so).*/ LINK    : $1/g ||
           $line =~ s/^.* (lib.*\.o)\s\.\/(.*)/ COMPILE : $2/g ||
+          $line =~ s/^.*(lib.*\.lo)\s.*/ COMPILE : $1/g ||
           $line =~ s/^.* (lib.*\.o)\s`.*`(.*);\ \\/ COMPILE : $2/ ||
           $line =~ s/.*\-o\s([^\s]*)\s`.*`([^\s]*);.*/ COMPILE : $2/g ||
           $line =~ s/^[A-z0-9-]*ranlib\s(.*)/ RANLIB  : $1/g ||



More information about the vlc-commits mailing list