Commit 7caf92c9 authored by Rémi Duraffort's avatar Rémi Duraffort

Print less information about the compilation when using make.pl

parent c35af423
...@@ -36,14 +36,17 @@ while(<STDIN>) ...@@ -36,14 +36,17 @@ while(<STDIN>)
$line =~ /^touch.*/ || $line =~ /^touch.*/ ||
$line =~ /^srcdir=.*/ || $line =~ /^srcdir=.*/ ||
$line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ || $line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ ||
$line =~ /^\sgcc\s-std=.*/ || $line =~ /^\s*gcc\s-std=.*/ ||
$line =~ /^\sgcc\s-mmacosx.*/ || $line =~ /^\sgcc\s-mmacosx.*/ ||
$line =~ /^\sg\+\+\s.*/ || $line =~ /^\sg\+\+\s.*/ ||
# $line =~ /^.*moc.*/ || # $line =~ /^.*moc.*/ ||
$line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ || $line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ ||
$line =~ /^.*rm\s\-f\s(.*)/ || $line =~ /^.*rm\s\-f\s(.*)/ ||
$line =~ /^rm\s-fr\s(.*)/ || $line =~ /^rm\s-fr\s(.*)/ ||
$line =~ /^creating lib.*/ ) $line =~ /^mv\s-f\s(.*)/ ||
$line =~ /^ln\s-s\s(.*)/ ||
$line =~ /^creating lib.*/ ||
$line =~ /^\// )
{} {}
# Info # Info
elsif( elsif(
......
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