summaryrefslogtreecommitdiff
path: root/beanshell/ExternalProject_beanshell.mk
AgeCommit message (Collapse)Author
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl
... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl
It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
2013-02-22quiet external module build log unless failureNorbert Thiebaud
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-07use current version as build.labelDavid Tardon
Change-Id: Id350532d88ba7c9a54d5440748f5ff456ae58722
2012-10-10more icerun annotation to stop parallel java builds from explodingMichael Meeks
Change-Id: Ie05eeb89e79663674e223339918239facf49603a
2012-10-02beanshell: we didn't need -Dfile.encoding=ISO-8859-1 beforeMichael Stahl
Change-Id: Ic1cbd5e7ad15452d4fabaff273dad78188b2201b
2012-10-02gbuildification of beanshellDavid Ostrovsky
Change-Id: I1b71796ca95500efeffe5e01dba3e73711f920e7 Reviewed-on: https://gerrit.libreoffice.org/745 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>