Commit 7a150da5 authored by Rafaël Carré's avatar Rafaël Carré

make.pl: nicer output

parent 4b13b1d6
......@@ -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 ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment