Commit graph

7 commits

Author SHA1 Message Date
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
Tor Lillqvist
f5cde53719 Set version number in AC_INIT() in configure.ac only
Output a solenv/inc/minor.mk based on that. Get rid of RSCVERSION and
RSCREVISION. Automate the end of the copyright year range, although I
am actually not sure if that is OK.

Change-Id: Ibae2d139b1dd468ee80d18a2a41b786a532df809
2013-01-11 15:07:10 +02: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
David Tardon
72abe64ee0 fix typo
Change-Id: I8c0411b440245f37be099afe3fab32d6e40b7f44
2012-10-04 09:24:38 +02:00
David Tardon
b041f920d3 commons-logging uses tomcat, so it should depend on it
Change-Id: Ic0ad26494081c58c01a4f8ecd004d0c289a704e8
2012-10-04 09:22:08 +02:00
Norbert Thiebaud
1cb87841f4 use a form that please /bin/dash in apache_commons build script
Change-Id: I2a7061f428d402751627fc93ca559e119aab94d2
2012-09-27 07:33:53 -05:00
Norbert Thiebaud
6d64bfd8c0 gbuildification of appache_commons
Change-Id: I517c808c9ea799aac0d2cd2b3bb6c18564c76823
2012-09-27 02:31:37 -05:00