We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f7776 commit 380fe97Copy full SHA for 380fe97
mk/prepare.mk
@@ -86,6 +86,7 @@ PREPARE_TOOLS = $(filter-out compiletest, $(TOOLS))
86
define DEF_PREPARE_HOST_TOOL
87
prepare-host-tool-$(1)-$(2)-$(3)-$(4): prepare-maybe-clean-$(4) \
88
$$(foreach dep,$$(TOOL_DEPS_$(1)),prepare-host-lib-$$(dep)-$(2)-$(3)-$(4)) \
89
+ $$(HBIN$(2)_H_$(3))/$(1)$$(X_$(3)) \
90
prepare-host-dirs-$(4)
91
$$(if $$(findstring $(2), $$(PREPARE_STAGE)),\
92
$$(if $$(findstring $(3), $$(PREPARE_HOST)),\
0 commit comments