[Libreoffice-commits] .: binaryurp/qa

Tor Lillqvist tml at kemper.freedesktop.org
Mon Jun 6 14:57:38 PDT 2011


 binaryurp/qa/makefile.mk |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit b47776d6924b32fcc78549591bb61576daaf9664
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Jun 7 00:46:36 2011 +0300

    No testing, sorry, when cross-compiling

diff --git a/binaryurp/qa/makefile.mk b/binaryurp/qa/makefile.mk
index 14b80c8..9725c19 100644
--- a/binaryurp/qa/makefile.mk
+++ b/binaryurp/qa/makefile.mk
@@ -33,6 +33,11 @@ ENABLE_EXCEPTIONS = TRUE
 
 .INCLUDE: settings.mk
 
+.IF "$(CROSS_COMPILING)"=="YES"
+all:
+    @echo Nothing done when cross-compiling
+.ENDIF
+
 CFLAGSCXX += $(CPPUNIT_CFLAGS)
 
 DLLPRE =


More information about the Libreoffice-commits mailing list