summaryrefslogtreecommitdiff
path: root/eventattacher
ModeNameSize
-rw-r--r--Library_evtatt.mk739logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_eventattacher.mk379logplain
-rw-r--r--README29logplain
d---------source89logplain
nfigure 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> 2013-02-08The bundled expat is nowadays built as a single libexatTor Lillqvist We now have a single libexpat instead of libascii_expat_xmlparse and libexpat_xmltok. Hmm, no idea when that changed, but OK, that just simplifies the fontconfig patch. (Note that the bundled fontconfig is used only for Android.) Change-Id: I3973d35a566bd3c86b013c96b7f3a6a8e249c2c0 2012-11-19Use gb_VISIBILITY_FLAGSTor Lillqvist Change-Id: I6be70c0b8d73f4d1d1428c0df94ea6d8bdc782f7 2012-11-15Revert "Use different symbol names in the two expat variants we build"Michael Stahl This reverts commit 78c7bbc3ce92493ca98c605f92733e31ad87ef70. It is no longer the case that both expat_utf8 and expat_utf16 are linked into the same library: we only use expat_utf16 in shell Explorer extensions, which cannot be linked into libmerged anyway. Conflicts: expat/expat-2.1.0.patch Change-Id: I579c10d405d8a40cafcb2dbe09e967c6079f7b16 2012-11-15tweak some build.lsts...Michael Stahl Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2 2012-11-08fontconfig's configure looks for <expat.h>Tor Lillqvist So we need to use the expat subdir too in --with-expat-includes. Apparently until now it did not find expat.h, so it fell back to libxml2 instead then, which was sometimes found OK, sometimes (on tinderboxes) not. (It even went looking in the *build* platform /usr/include, eek!) Change-Id: If0595b810d531b5aa7110f375d4d0dfb0b01617b 2012-11-05cleanup README files.Michael Meeks Convert DOS -> unix newlines. Cleanup and clarify several files. 2012-10-30fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan 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> 2012-10-30Try to fix Android tinderbox buildTor Lillqvist For some reason $(LIBS) seems to contain a bunch of unneeded libraries including -llo-bootstrap when we get here. Those won't be found by the basic configury as there are no -L switches included, causing the lovely "C compiler cannot create executables" problem. Change-Id: Id7cfba191bd16649c7948194eb7ebdbfbfb74f3e 2012-10-29Need -lm for Android for the exectuables that fontconfig buildsTor Lillqvist Said executables will not be used for anything, of course. We can't use gb_STDLIBS, which also contains -lm after my previous commit, as fontconfig is C, not C++, and gb_STDLIBS contains -lgnustl_static, and only our $(CXX), not $(CC), contains the -L that points to where -lgnustl_static is to be found. Change-Id: I40c459580f357d913ddc55eae00e16f90f81d510 2012-10-24fontconfig: convert to gbuildMatúš Kukan Change-Id: Ia0ba9294e36c30147ed52826eac4b0059cfed200 2012-10-10Mention that these are used for Android onlyTor Lillqvist Change-Id: Ie9ae6c2087dd6757ca22eabe2073e1f03a5489c8 2012-10-10add a README filesManal Alhassoun Change-Id: I2e779831e47cb1243ae7319b73b9fa553cf97034 Reviewed-on: https://gerrit.libreoffice.org/852 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com> 2012-10-03Use different symbol names in the two expat variants we buildTor Lillqvist We need to be able to link both into one binary in the disable-dynloading case. Change-Id: I499e204dfef2af488d4a350cb3a5bcfc03ca887f 2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist Change-Id: I6fa2b9a50c525fb2d8666a144409eb9a3ad2698a