From 7caf92c9f6eec8ee9742d5312e96641b25d19123 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Tue, 6 May 2008 14:25:52 +0200 Subject: [PATCH] Print less information about the compilation when using make.pl --- extras/buildsystem/make.pl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/extras/buildsystem/make.pl b/extras/buildsystem/make.pl index 052b9525ba..33e21ce22f 100755 --- a/extras/buildsystem/make.pl +++ b/extras/buildsystem/make.pl @@ -36,14 +36,17 @@ while() $line =~ /^touch.*/ || $line =~ /^srcdir=.*/ || $line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ || - $line =~ /^\sgcc\s-std=.*/ || - $line =~ /^\sgcc\s-mmacosx.*/ || - $line =~ /^\sg\+\+\s.*/ || + $line =~ /^\s*gcc\s-std=.*/ || + $line =~ /^\sgcc\s-mmacosx.*/ || + $line =~ /^\sg\+\+\s.*/ || # $line =~ /^.*moc.*/ || $line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ || $line =~ /^.*rm\s\-f\s(.*)/ || $line =~ /^rm\s-fr\s(.*)/ || - $line =~ /^creating lib.*/ ) + $line =~ /^mv\s-f\s(.*)/ || + $line =~ /^ln\s-s\s(.*)/ || + $line =~ /^creating lib.*/ || + $line =~ /^\// ) {} # Info elsif( -- 2.39.2