Commit Graph

12 Commits

Author SHA1 Message Date
1a1f1fbdf0 gbuild: ExternalProject: remove second parameter again...
... now that everything is consistent.

Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
2013-05-07 01:41:26 +02:00
10fc13c948 lib*: consistently name all UnpackedTarball and ExternalProject
Change-Id: I4d11dc634c4f93ffcdc7e1f359e5d6a0d001aaae
2013-05-07 01:41:26 +02:00
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
d956ddc54c move libwpd to gcc-wrapper
Change-Id: I4ebe006d0e8850d7229de7a59e424fa819ca7700
2013-03-16 14:09:29 -04:00
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
20bc196507 One more /p:VisualStudioVersion=11.0
Change-Id: I46f3bb4af352a3df2582003f1c5f0f4069afb93e
2012-12-19 09:04:55 +02:00
98e9b5dc40 Use gb_VISIBILITY_FLAGS
Change-Id: I8ff9bb01bef265af70390ae94b762930689aa1ba
2012-11-19 14:36:55 +02:00
ed0b160041 fix parallelism variables and let's have only --with-parallelism from now on
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-30 20:34:03 +00:00
b5ce0607f0 Fix libwpd with VS2010
Change-Id: I058d673552280616adaaf1b71036ee89ba34bb13
2012-10-07 23:51:30 +02:00
8693885f8c fix libwpd for vs90
Change-Id: Ia8a21cd512ac425207eb31a194db9f4c9b10fee4
2012-10-07 10:42:27 +02:00
6691aa36c1 fix libwpd with VS2012
Change-Id: I2df9ab344bb2a934f6408a394280c01563d0c9b8
2012-10-07 10:42:26 +02:00
bc63efc586 Trying to consolidate the libwpd module
Change-Id: I3ce8cd24eee7f2256f2a4b1d1220562a84bf5fac
2012-09-24 22:49:37 +02:00