File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1014,8 +1014,8 @@ tidy:
1014
1014
1015
1015
clean :
1016
1016
@$(call E, cleaning)
1017
- $(Q ) rm -f $(RUNTIME_OBJS )
1018
- $(Q ) rm -f $(RUSTLLVM_OBJS )
1017
+ $(Q ) rm -f $(RUNTIME_OBJS ) $( RUNTIME_DEF )
1018
+ $(Q ) rm -f $(RUSTLLVM_OBJS ) $( RUSTLLVM_DEF )
1019
1019
$(Q ) rm -f $(BOOT_CMOS ) $(BOOT_CMIS ) $(BOOT_CMXS ) $(BOOT_OBJS )
1020
1020
$(Q ) rm -f $(ML_DEPFILES ) $(C_DEPFILES ) $(CRATE_DEPFILES )
1021
1021
$(Q ) rm -f $(ML_DEPFILES:%.d=%.d.tmp )
@@ -1030,6 +1030,7 @@ clean:
1030
1030
$(Q ) rm -Rf $(PKG_NAME ) -* .tar.gz dist
1031
1031
$(Q ) rm -f $(foreach ext,cmx cmi cmo cma bc o a d exe,\
1032
1032
$(wildcard boot/*/*.$(ext) boot/*/*/*.$(ext)))
1033
+ $(Q)rm -f $(foreach ext,o a d bc s exe,$(wildcard stage*/*.$(ext)))
1033
1034
$(Q)rm -Rf $(foreach ext,out out.tmp \
1034
1035
boot$(X) stage0$(X) stage1$(X) stage2$(X) \
1035
1036
bc o s exe dSYM, \
You can’t perform that action at this time.
0 commit comments