[vlc-devel] commit: Less information when compiling with compile ( Rémi Duraffort )

git version control git at videolan.org
Tue May 6 14:47:12 CEST 2008


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue May  6 14:49:08 2008 +0200| [e6137ef1f3f55bf10ca1e1ef0d97fd200d01c2ad]

Less information when compiling with compile

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6137ef1f3f55bf10ca1e1ef0d97fd200d01c2ad
---

 extras/buildsystem/make.pl |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/extras/buildsystem/make.pl b/extras/buildsystem/make.pl
index 33e21ce..1530682 100755
--- a/extras/buildsystem/make.pl
+++ b/extras/buildsystem/make.pl
@@ -45,8 +45,15 @@ while(<STDIN>)
 	$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(




More information about the vlc-devel mailing list