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

Tor Lillqvist tml at kemper.freedesktop.org
Tue Jun 7 14:27:46 PDT 2011


 Makefile.in |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8d40cd4e58ca9800f52f6096565f9bd872176185
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Jun 8 00:25:21 2011 +0300

    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.

diff --git a/Makefile.in b/Makefile.in
index 9d45c5e..1a89014 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -24,6 +24,7 @@ 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 i18npool && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@ && deliver.pl) && \
 	(cd unodevtools && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ -- -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) && \
commit 561db68a83f8eb9cd5d61a13cfa058a261cf4d17
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Jun 8 00:03:36 2011 +0300

    Add unodevtools to cross-build-toolset

diff --git a/Makefile.in b/Makefile.in
index f9adbff..9d45c5e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -24,6 +24,7 @@ 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 unodevtools && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ -- -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 codemaker && build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ -- -P at BUILD_MAX_JOBS@ && deliver.pl) && \


More information about the Libreoffice-commits mailing list