summaryrefslogtreecommitdiff
path: root/testtools/CustomTarget_bridgetest_climaker.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-06-05 16:04:20 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-05 16:13:22 +0200
commit71dbf5bfd0b9622ad485a5b7620e11d8405ed474 (patch)
tree36388f3320edfc32c4911054779c1c8c00c0d739 /testtools/CustomTarget_bridgetest_climaker.mk
parent9dc26ca9461dbb539c523c8bd68ce171aab25d90 (diff)
normalize gbuild variable names in testtools.
Variables should have module name as prefix to prevent collisions. Change-Id: I8937e1e04db422d629779ea470bfbd614aeb7524
Diffstat (limited to 'testtools/CustomTarget_bridgetest_climaker.mk')
-rw-r--r--testtools/CustomTarget_bridgetest_climaker.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/testtools/CustomTarget_bridgetest_climaker.mk b/testtools/CustomTarget_bridgetest_climaker.mk
index 56c7f799018f..2f04fa61fcbf 100644
--- a/testtools/CustomTarget_bridgetest_climaker.mk
+++ b/testtools/CustomTarget_bridgetest_climaker.mk
@@ -26,14 +26,15 @@
$(eval $(call gb_CustomTarget_CustomTarget,testtools/bridgetest_climaker))
-climaker_DIR := $(call gb_CustomTarget_get_workdir,testtools/bridgetest_climaker)
+testtools_CLIDIR := $(call gb_CustomTarget_get_workdir,testtools/bridgetest_climaker)
$(call gb_CustomTarget_get_target,testtools/bridgetest_climaker) : \
- $(climaker_DIR)/cli_types_bridgetest.dll
+ $(testtools_CLIDIR)/cli_types_bridgetest.dll
-$(climaker_DIR)/cli_types_bridgetest.dll : \
+$(testtools_CLIDIR)/cli_types_bridgetest.dll : \
$(OUTDIR)/bin/types.rdb $(OUTDIR)/bin/cli_uretypes.dll \
- $(call gb_Executable_get_target_for_build,climaker) | $(climaker_DIR)/.dir
+ $(call gb_Executable_get_target_for_build,climaker) \
+ | $(testtools_CLIDIR)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CLM,1)
$(call gb_Helper_abbreviate_dirs, \
$(call gb_Helper_execute,climaker) \