[Libreoffice-commits] .: Makefile.in
Tor Lillqvist
tml at kemper.freedesktop.org
Sun Jun 5 15:19:52 PDT 2011
Makefile.in | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2778281b2d90428278ccbb5140476b215995de04
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Jun 6 01:19:18 2011 +0300
Build and deliver for the build platform also in codemaker
diff --git a/Makefile.in b/Makefile.in
index 0925b44..2fc461f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,6 +25,7 @@ cross-build-toolset:
(cd udkapi && 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 codemaker && 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
More information about the Libreoffice-commits
mailing list