diff options
author | David Tardon <dtardon@redhat.com> | 2013-07-23 11:58:41 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-07-23 12:06:59 +0200 |
commit | 6872ad4764b5924a32f0929cbdbd13fb25ead885 (patch) | |
tree | 3daa26836abae59b680c28265c6b489370fc71d8 /solenv/gbuild/Postprocess.mk | |
parent | 82447189ccfc662f86ec00f5001527cc997f5020 (diff) |
it is not possible to sign libs that are in use
... 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
Diffstat (limited to 'solenv/gbuild/Postprocess.mk')
-rw-r--r-- | solenv/gbuild/Postprocess.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/Postprocess.mk b/solenv/gbuild/Postprocess.mk index 2e08cb1e94b6..445f0ea1121f 100644 --- a/solenv/gbuild/Postprocess.mk +++ b/solenv/gbuild/Postprocess.mk @@ -45,6 +45,7 @@ $(call gb_Postprocess_Postprocess,AllModulesButInstsetNative,All modules but ins $(call gb_Postprocess_Postprocess,AllPackages,All packages,$(WORKDIR)/Package/) $(call gb_Postprocess_Postprocess,AllResources,All resources,$(WORKDIR)/AllLangRes/) $(call gb_Postprocess_Postprocess,AllUIConfigs,All UI configuration files,$(WORKDIR)/UIConfig/) +$(call gb_Postprocess_Postprocess,AllModuleTests,All modules' tests,$(WORKDIR)/Module/check/) endef |