Age | Commit message (Collapse) | Author |
|
ExternalProject usually involve a configure and a make
step that produce a bunch of output usually irrelevant
including a large number of warning and other mess.
now that everything is pretty much in tail_build
these output get interleaved with useful output from
the build of the product and actually drown them in a logorrhea
of messy noise.
This store the output of external modules in a log file
and only print them as a whole if the module failed do build.
on a non-verbose build.
Change-Id: I3abfcccd6d16821a9e061a71e031b427cc283647
Reviewed-on: https://gerrit.libreoffice.org/2304
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I89ba8543191b3c5eea95a3a0906af121726c1bcd
|
|
Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
|
|
This allows us to simply pass the already exported variables to invoked
configures, where the non-empty values will override the detection logic
there.
Change-Id: I7353a313814c58922e34843aeae380e5afa442ca
|
|
Rationale:
- it is advised to use max-jobs and num-cpus with the same value in wiki
- max-jobs was used only for lcms2 and few gbuild
modules outside of tail_build anyway.
Also fixes:
- really use CHECK_PARALLELISM when meant to
- EXTMAXPROCESS is not defined in gbuild;
use parent's jobservers in sub-make where possible
Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88
Reviewed-on: https://gerrit.libreoffice.org/930
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I8ee685fa36f922a391802ac0de69f5cab2d69b6c
|
|
Change-Id: Id50ca2e0804d9e56334c9f7149dc4080a7fee729
|
|
Change-Id: I505a4a780e8fedbb41cd031d71d6a5e53c36624e
|
|
Change-Id: Ie660f8b3f885e3f26f188314433b9fbff27bf50a
|
|
Change-Id: I3a31c7c9ff66e2b6a13b22dce85854777b66355e
|
|
Change-Id: Ie612045398d267e69eca25e2f57cd6f6eca28f5e
|
|
Change-Id: I9c6b670a2df8b1d3a868d91737fcf93e7d40bcb4
|
|
Change-Id: Id2b4758d979f8b8d2273e2ba8ddbe850eecc3b04
|
|
Change-Id: I268e1f5caa68668efdd2d83d1d8fe00401c6ed0f
|
|
Change-Id: I69321f8a5b4c0377ac6ceb7b6795d25bd9a3e6ba
|
|
Change-Id: Iccc91cddfc0a7b84558f77d2b39297cbef78aba2
|
|
|
|
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
|
|
|
|
Without using STDLIBCUIMT and the -lgnustl_shared it contains the
sample executables in hunspell and mythes won't link. Sure, they won't
be used for anything, but it's easier this way than to patch out
building them.
|
|
|
|
|
|
|
|
In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change
external lib's config.sub to eat the arm-unknown-linux-androideabi
host os string. Also, permit shared libs again - seems Android can
handle those.
Added dictionaries to cross-build-toolset - idxdict is needed.
Should build up to sfx2 - some residual static lib issues there,
and in raptor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Notes:
split repo tag: libs-extern_ooo/OOO330_m2
split repo tag: libs-extern_ooo/OOO330_m3
split repo tag: libs-extern_ooo/OOO330_m4
split repo tag: libs-extern_ooo/OOO330_m5
split repo tag: libs-extern_ooo/OOO330_m6
split repo tag: libs-extern_ooo/OOO330_m7
split repo tag: libs-extern_ooo/OOO330_m8
|
|
|
|
order to generate a libmythes.lib as in solenv/libs.mk and not libmythes-1.2.lib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|