summaryrefslogtreecommitdiff
path: root/postprocess/CustomTarget_signing.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-04-29make signing depend on slowchecks being doneChristian Lohmaier1-3/+5
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-10-31postprocess: CustomTarget_signing: find libs in INSTDIRMichael Stahl1-1/+8
... not sure if it wouldn't be better to do this directly when linking, but what do i know about this signing stuff anyway... Change-Id: Iabebf21dd8c0198afb4fd03403fca3ca8a0c9b22
2013-07-23it is not possible to sign libs that are in useDavid Tardon1-1/+2
... 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-07-05Missing slash that prevents windows signingFridrich Štrba1-1/+1
Change-Id: I7c84e861f45643a0e66504d10b5d76b2dbb6f629
2013-07-03OOpsFridrich Štrba1-1/+1
Change-Id: Idd7e957064d89d9a5b1fbec9b5fb7d7961872d3e
2013-07-03Fix Windows signing and timestampingFridrich Štrba1-4/+5
Change-Id: Ife8774c9a6157e8bb943d1ba8ec32f560c8281c4
2013-02-26move postprocess to gbuildBjoern Michaelsen1-1/+3
the gb_Postprocess* foo could also be in gb_Module* as it is conceptionally close ('do things globally/productwide'). OTOH I see no obvious reason for e.g. signing not to be done right along with building a lib/executable anyway instead of in postprocess. The same is likely true for the other stuff too. Change-Id: I9c8f569564c056643af7ca39bfe038ed228dcd3d Reviewed-on: https://gerrit.libreoffice.org/2426 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-01-03gbuild: replace all use of PRODUCT with ENABLE_DBGUTILMichael Stahl1-1/+1
Also fix the wrong check in cppunit/ExternalProject_cppunit.mk which caused cppunit to always be built without -D_GLIBCXX_DEBUG. Change-Id: Ia247dcd84e2c6fa0e9384fd27643537984d980b5
2012-12-20No StarOffice directories in our buildFridrich Štrba1-2/+1
Change-Id: I609c6f3c071d304f222cd2d15a6ad52dc34652c7
2012-12-20Use a working timestamp engine by defaultFridrich Štrba1-1/+1
Change-Id: I6771f427148f9f46abacaa5f096b98693f3673f9
2012-12-15postprocess: convert to gbuildMatúš Kukan1-0/+42
Change-Id: I6c81fa0f1b8d7273541d5d9883b5fc96a5091bbd Reviewed-on: https://gerrit.libreoffice.org/1080 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>