[Libreoffice-commits] .: Makefile.in

Tor Lillqvist tml at kemper.freedesktop.org
Sat Jun 4 16:02:29 PDT 2011


 Makefile.in |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 7bef196cc0afdcbec4acf3e445d05668d70c225e
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sun Jun 5 02:02:14 2011 +0300

    Build more stuff in cross-build-toolset

diff --git a/Makefile.in b/Makefile.in
index 24c60a9..1ec2ad7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,7 +25,9 @@ ifeq (@CROSS_COMPILING@,YES)
 cross-build-toolset:
 	. ./Env.Build.sh && \
 	(cd idlc && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@ && deliver.pl) && \
-	(cd icu && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@)
+	(cd icu && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@) && \
+	(cd udkapi && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@ && deliver.pl) && \
+	(cd ridljar && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@ && deliver.pl)
 endif
 
 install:


More information about the Libreoffice-commits mailing list