[Libreoffice-commits] .: Makefile.in
Tor Lillqvist
tml at kemper.freedesktop.org
Sat Jun 11 15:36:53 PDT 2011
Makefile.in | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
New commits:
commit eb2c97bd1d711248d31edf83b932d589842754c1
Author: Tor Lillqvist <tml at iki.fi>
Date: Sun Jun 12 01:36:35 2011 +0300
Add "tools" and its dependencies to cross-build-toolset
diff --git a/Makefile.in b/Makefile.in
index a1a2c7f..539a939 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -66,8 +66,16 @@ cross-build-toolset:
i18npool \
unodevtools \
gettext \
- dictionaries; do \
+ dictionaries \
+ o3tl \
+ basegfx \
+ tools; do \
(cd $$D && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ -- -P at BUILD_MAX_JOBS@ && deliver.pl); \
+ done; \
+ for D in \
+ comphelper \
+ tools; do \
+ (cd $$D && make -r -j at BUILD_MAX_JOBS@): \
done
endif
More information about the Libreoffice-commits
mailing list