X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=extras%2Fmake.pl;h=0f0ac3465ef1f539547f83892f4ca5eb0088c73a;hb=c721c836b86ef2b24c8d96a4ab8f757037df76db;hp=c4b2bd4bfee3f23e1e8c85b66286fe403b389c0e;hpb=54cfbbc8db822f49819f2230c74c7e8865772d7f;p=vlc diff --git a/extras/make.pl b/extras/make.pl index c4b2bd4bfe..0f0ac3465e 100755 --- a/extras/make.pl +++ b/extras/make.pl @@ -36,10 +36,15 @@ while() $line =~ /^touch.*/ || $line =~ /^srcdir=.*/ || $line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ || - $line =~ s/^rm\s\-f\s(.*)//g ) + $line =~ /^\sgcc\s-std=.*/ || + $line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ || + $line =~ /^.*rm\s\-f\s(.*)/ || + $line =~ /^rm\s-fr\s(.*)/ || + $line =~ /^creating lib.*/ ) {} # Info elsif( + $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.*\.o)\s`.*`(.*);\ \\/ COMPILE : $2/ ||