diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-01-03 15:36:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-03 16:02:13 +0100 |
commit | 3f27da0a672d0eac84b2a7b411228bc667c4a2cf (patch) | |
tree | 521b038bae6d83590465b049f26bf84307180ebc /postprocess | |
parent | 1fa1c73f6801b3cea6cc01d4ea815929ef213103 (diff) |
gbuild: replace all use of PRODUCT with ENABLE_DBGUTIL
Also fix the wrong check in cppunit/ExternalProject_cppunit.mk
which caused cppunit to always be built without -D_GLIBCXX_DEBUG.
Change-Id: Ia247dcd84e2c6fa0e9384fd27643537984d980b5
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_signing.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_signing.mk b/postprocess/CustomTarget_signing.mk index 1e16361009a0..25b5482b9db6 100644 --- a/postprocess/CustomTarget_signing.mk +++ b/postprocess/CustomTarget_signing.mk @@ -23,7 +23,7 @@ $(call gb_CustomTarget_get_workdir,postprocess/signing)/signing.done: \ $(call gb_CustomTarget_get_workdir,postprocess/signing)/signing.done: $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,2) ifeq ($(COM),MSC) -ifeq ($(PRODUCT),full) +ifneq ($(ENABLE_DBGUTIL),TRUE) $(PERL) $< -e $(SRCDIR)/postprocess/signing/no_signing.txt -l $(subst .done,_log.txt,$@) \ -f $(PFXFILE) \ |