Skip to content

Commit 6e23c8d

Browse files
committed
---
yaml --- r: 5735 b: refs/heads/master c: ae7bdc2 h: refs/heads/master i: 5733: 57d6390 5731: ec215d4 5727: 52b4ccb v: v3
1 parent 63853b8 commit 6e23c8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 79e9f7a015cec50982de941400394f334859e8e7
2+
refs/heads/master: ae7bdc22a55a9579f76b556cf059bd0081719654

trunk/mk/clean.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ clean-misc:
4545
define CLEAN_STAGE_N
4646

4747
clean$(1):
48-
$(Q)rm -f $$(HOST_BIN$(1))/rustc
49-
$(Q)rm -f $$(HOST_BIN$(1))/fuzzer
48+
$(Q)rm -f $$(HOST_BIN$(1))/rustc$(X)
49+
$(Q)rm -f $$(HOST_BIN$(1))/fuzzer$(X)
5050
$(Q)rm -f $$(HOST_LIB$(1))/$(CFG_RUNTIME)
5151
$(Q)rm -f $$(HOST_LIB$(1))/$(CFG_STDLIB)
5252
$(Q)rm -f $$(HOST_LIB$(1))/$(CFG_RUSTLLVM)
5353
$(Q)rm -f $$(HOST_LIB$(1))/libstd.rlib
5454

5555
clean$(1)$(2):
56-
$(Q)rm -f $$(TARGET_BIN$(1)$(2))/rustc
57-
$(Q)rm -f $$(TARGET_BIN$(1)$(2))/fuzzer
56+
$(Q)rm -f $$(TARGET_BIN$(1)$(2))/rustc$(X)
57+
$(Q)rm -f $$(TARGET_BIN$(1)$(2))/fuzzer$(X)
5858
$(Q)rm -f $$(TARGET_LIB$(1)$(2))/$(CFG_RUNTIME)
5959
$(Q)rm -f $$(TARGET_LIB$(1)$(2))/$(CFG_STDLIB)
6060
$(Q)rm -f $$(TARGET_LIB$(1)$(2))/$(CFG_RUSTLLVM)

0 commit comments

Comments
 (0)