Commit graph

6 commits

Author SHA1 Message Date
Michael Stahl
276021c761 gbuild: remove gb_ExternalProject_use_unpacked
It must always be used exactly once, so replace it with constructor
parameter.

Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
2013-05-07 01:41:25 +02:00
Norbert Thiebaud
ed26c01be1 quiet external module build log unless failure
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>
2013-02-22 08:25:56 +00:00
David Tardon
b9f7241f52 use current version as build.label
Change-Id: Id350532d88ba7c9a54d5440748f5ff456ae58722
2013-02-07 05:56:06 +01:00
Michael Meeks
940db0cb1b more icerun annotation to stop parallel java builds from exploding
Change-Id: Ie05eeb89e79663674e223339918239facf49603a
2012-10-10 13:37:28 +01:00
Michael Stahl
369a5ffbf1 beanshell: we didn't need -Dfile.encoding=ISO-8859-1 before
Change-Id: Ic1cbd5e7ad15452d4fabaff273dad78188b2201b
2012-10-02 13:17:31 +02:00
David Ostrovsky
02e400865c gbuildification of beanshell
Change-Id: I1b71796ca95500efeffe5e01dba3e73711f920e7
Reviewed-on: https://gerrit.libreoffice.org/745
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-02 11:17:47 +00:00