[vlc-commits] Qt: be sure to have cascading fails for commands

Jean-Baptiste Kempf git at videolan.org
Thu Mar 17 18:07:12 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Mar 17 17:51:20 2016 +0100| [990b850f324a37a1d08f24f55916cb4fe26b3dd0] | committer: Jean-Baptiste Kempf

Qt: be sure to have cascading fails for commands

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

 contrib/src/qt/rules.mak |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak
index e44f158..6ee4e5a 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -56,9 +56,9 @@ ifdef HAVE_CROSS_COMPILE
 	# Building Qt build tools for Xcompilation
 	cd $</include/QtCore; ln -sf $(QT_VERSION)/QtCore/private
 	cd $</qmake; $(MAKE)
-	cd $</src/tools
+	cd $</src/tools; \
 	for i in bootstrap uic rcc moc; \
-		do (cd $$i; echo $$i && ../../../bin/qmake -spec $(QT_SPEC); $(MAKE) clean; $(MAKE) CC=$(HOST)-gcc CXX=$(HOST)-g++ LINKER=$(HOST)-g++; $(MAKE) install); \
+		do (cd $$i; echo $$i && ../../../bin/qmake -spec $(QT_SPEC) && $(MAKE) clean && $(MAKE) CC=$(HOST)-gcc CXX=$(HOST)-g++ LINKER=$(HOST)-g++ && $(MAKE) install); \
 	done
 endif
 	touch $@



More information about the vlc-commits mailing list