summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-08 00:25:21 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-08 00:25:41 +0300
commit36372364ab3dcebcc5b4a2f1898d86a345a27f1f (patch)
treeb8196dc901500d3d08e37f7acd04f1b448f7d6f1 /Makefile.in
parent777095627d612b1471e062e909295f82b63e34bb (diff)
Add i18npool to cross-build-toolset
The list of modules built in the cross-build-toolset target, many with --all, is getting a bit unwieldy. Should do this in a cleaner way, with a for loop, and avoiding multiple invokations of build.pl --all, instead just figure oiut a clever way to get the definite list of individual modules needed, in the correct order.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 9d45c5e0e30e..1a89014de954 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -24,6 +24,7 @@ cross-build-toolset:
(cd idlc && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \
(cd icu && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@) && \
(cd udkapi && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \
+ (cd i18npool && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \
(cd unodevtools && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \
(cd offapi && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \
(cd oovbaapi && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \