Commit 727d2131 authored by Clément Stenac's avatar Clément Stenac

Update beautifier for libtool

parent 839b10dd
......@@ -36,10 +36,15 @@ while(<STDIN>)
$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/ ||
......
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