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 eba4dad commit 6630d75Copy full SHA for 6630d75
mk/clean.mk
@@ -110,7 +110,8 @@ clean$(1)_T_$(2)_H_$(3):
110
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/$(CFG_RUSTLLVM)
111
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/libstd.rlib
112
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/libmorestack.a
113
- $(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/librun_pass*
+ $(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/librun_pass_stage* # For unix
114
+ $(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/run_pass_stage* # For windows
115
endef
116
117
$(foreach host, $(CFG_TARGET_TRIPLES), \
0 commit comments