[vlc-devel] commit: make.pl: don't print infos about qt4 moc. ( Rémi Duraffort )
git version control
git at videolan.org
Fri Jan 9 16:10:08 CET 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Thu Jan 8 11:22:21 2009 +0100| [4e25d25bc5e735a043f21ffcb62a4c7cb7f01a51] | committer: Rémi Duraffort
make.pl: don't print infos about qt4 moc.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e25d25bc5e735a043f21ffcb62a4c7cb7f01a51
---
extras/buildsystem/make.pl | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/extras/buildsystem/make.pl b/extras/buildsystem/make.pl
index d2dee33..6e1c236 100755
--- a/extras/buildsystem/make.pl
+++ b/extras/buildsystem/make.pl
@@ -53,6 +53,7 @@ while(<STDIN>)
$line =~ /^bindir=\s/ ||
$line =~ /^libtool:\s/ ||
$line =~ /^\/bin\/sh/ ||
+ $line =~ /^\/usr\/bin\/moc-qt4/ ||
$line =~ /^creating lib.*/)
{}
# Info
More information about the vlc-devel
mailing list