[Libreoffice-commits] .: 2 commits - Makefile.in README.cross

Tor Lillqvist tml at kemper.freedesktop.org
Sat Jun 4 16:23:13 PDT 2011


 Makefile.in  |    4 +++-
 README.cross |    2 --
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d290b94ebe6eab50eeaa95317b9e9997cbe4f6cb
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sun Jun 5 02:22:35 2011 +0300

    Build more stuff in cross-build-toolset

diff --git a/Makefile.in b/Makefile.in
index 1ec2ad7..fff3ad1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,7 +27,9 @@ cross-build-toolset:
 	(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 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)
+	(cd offapi && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ -- -P at BUILD_MAX_JOBS@ && deliver.pl) && \
+	(cd oovbaapi && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ -- -P at BUILD_MAX_JOBS@ && deliver.pl) && \
+	(cd ridljar && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ -- -P at BUILD_MAX_JOBS@ && deliver.pl)
 endif
 
 install:
commit f2d7092f1f839bdb3f1f0302976f7eb908116560
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sun Jun 5 02:05:49 2011 +0300

    Bin the --with-icu-native-build-root option

diff --git a/README.cross b/README.cross
index 68c5d76..ecbdc6a 100644
--- a/README.cross
+++ b/README.cross
@@ -172,7 +172,6 @@ CC_FOR_BUILD=ccache /Xcode3/usr/bin/gcc-4.0
 CXX_FOR_BUILD=ccache /Xcode3/usr/bin/g++-4.0
 --with-distro=LibreOfficeiOS
 --with-external-tar=/Volumes/ooo/git/master/src
---with-icu-native-build-root=/Users/tml/lo-macosx/icu/unxmacxi.pro/misc/build/icu/source
 --with-num-cpus=1
 --with-max-jobs=1
 
@@ -227,7 +226,6 @@ CXX_FOR_BUILD=ccache /Xcode3/usr/bin/g++-4.0
 --disable-mozilla
 --disable-build-mozilla
 --with-external-tar=/Volumes/ooo/git/master/src
---with-icu-native-build-root=/Users/tml/lo-macosx/icu/unxmacxi.pro/misc/build/icu/source
 
 
 


More information about the Libreoffice-commits mailing list