From e6137ef1f3f55bf10ca1e1ef0d97fd200d01c2ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Tue, 6 May 2008 14:49:08 +0200 Subject: [PATCH] Less information when compiling with compile --- extras/buildsystem/make.pl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/extras/buildsystem/make.pl b/extras/buildsystem/make.pl index 33e21ce22f..1530682487 100755 --- a/extras/buildsystem/make.pl +++ b/extras/buildsystem/make.pl @@ -45,8 +45,15 @@ while() $line =~ /^rm\s-fr\s(.*)/ || $line =~ /^mv\s-f\s(.*)/ || $line =~ /^ln\s-s\s(.*)/ || + $line =~ /^echo\s/ || + $line =~ /^mkdir\s/ || + $line =~ /^cat\s/ || + $line =~ /^grep\s/ || + $line =~ /^cd\s/ || + $line =~ /^sed\s/ || + $line =~ /^bindir=\s/ || $line =~ /^creating lib.*/ || - $line =~ /^\// ) + $line =~ /^\s*\// ) {} # Info elsif( -- 2.39.2