summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Postprocess.mk
AgeCommit message (Collapse)AuthorFilesLines
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák1-0/+1
See instructions in solenv/gbuild/Trace.mk . This generates a file than can be viewed e.g. in the Chromium tracing view. Change-Id: I5f90647c58ca729375525b6daed2d4918adc8188 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88754 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2016-08-18screenshots: add new global make targetArmin Le Grand1-0/+1
Up to now the screenshot creation was added/dependent of target slowcheck. Since quite some modules have added screenshot creations now, I added an own target 'screenshot' to allow to keep current slowcheck and screenshot creation separated Change-Id: I80a49a0db607edf8e0405672d570f624d29912e7
2016-06-18uitest: build system part for new uitestsMarkus Mohrhard1-0/+1
We now can call the uitests with make uitest.uickeck Change-Id: I20c73efd93c7987f3b841cd0e3e7842ee7a5dab9
2015-04-01give postprocess announce an levelBjoern Michaelsen1-2/+2
- otherwise colored gbuild output is broken, so this is really important Change-Id: I6affbafe8f7f841a4061e2a42f6c0858b3f4675b
2014-04-29make signing depend on slowchecks being doneChristian Lohmaier1-0/+1
otherwise signing (at least on windows) fails because files are in use Change-Id: Ida6a7d43dc74eb278fd79410b9c0a60f823c5933 Reviewed-on: https://gerrit.libreoffice.org/9176 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2013-07-23it is not possible to sign libs that are in useDavid Tardon1-0/+1
... so we have to make sure they are not, by delaying the signing after all unit tests have been run. This is just a workaround; IMHO the real fix is fdo#63315 "sign windows binaries during build". Change-Id: Ia26826ec7d324f840f2606b1928bea71cb4f0c48
2013-05-24gbuild: allow to call Postprocess targets from top levelDavid Tardon1-0/+10
Change-Id: Id2755144f5942b4aeaaca8ef6dad0fcb11ddf76a
2013-05-24gbuild: simplify reg. of targets for PostprocessDavid Tardon1-0/+6
Change-Id: Id184df89c5c15c55e42f376ed06c83174c486f67
2013-04-11rename UI to UIConfigDavid Tardon1-1/+1
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-16cleanup postprocess outputPeter Foley1-3/+3
Change-Id: I4287adbe97e8abc65b4bb36be8c9ec44799767d8
2013-03-03make sure .ui files are packed tooDavid Tardon1-0/+1
Change-Id: If79dcfded502990e5c452a86ed17bd796de7f30b
2013-03-03use pattern rule for PostprocessDavid Tardon1-0/+34
Change-Id: Ib8d2ddb2efaef26a0a2aba36e9e1c67b1fb019d7