summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-12 01:36:35 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-12 01:36:35 +0300
commit4a69f1a50d7e791360d0d8c8c8d55693d53c88ed (patch)
treea79d6c676b47f2f8300b129e690b8378a09b22ae /Makefile.in
parent2f2b324ce79ca19fbaa27db567a4f4c6c096e689 (diff)
Add "tools" and its dependencies to cross-build-toolset
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a1a2c7f87a54..539a9391801f 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@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl); \
+ done; \
+ for D in \
+ comphelper \
+ tools; do \
+ (cd $$D && make -r -j@BUILD_MAX_JOBS@): \
done
endif