File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,17 @@ clean:
14
14
$(Q ) rm -f $(CRATE_DEPFILES:%.d=%.d.tmp )
15
15
$(Q ) rm -f $(GENERATED )
16
16
$(Q ) rm -f stage0/rustc$(X ) stage0/lib/$(CFG_STDLIB ) stage0/lib/glue*
17
+ $(Q ) rm -f stage0/lib/$(CFG_RUNTIME ) stage0/lib/$(CFG_RUSTLLVM )
17
18
$(Q ) rm -f stage1/rustc$(X ) stage1/lib/$(CFG_STDLIB ) stage1/lib/glue*
19
+ $(Q ) rm -f stage1/lib/$(CFG_RUNTIME ) stage1/lib/$(CFG_RUSTLLVM )
18
20
$(Q ) rm -f stage2/rustc$(X ) stage2/lib/$(CFG_STDLIB ) stage2/lib/glue*
21
+ $(Q ) rm -f stage2/lib/$(CFG_RUNTIME ) stage2/lib/$(CFG_RUSTLLVM )
19
22
$(Q ) rm -f stage3/rustc$(X ) stage3/lib/$(CFG_STDLIB ) stage3/lib/glue*
23
+ $(Q ) rm -f stage3/lib/$(CFG_RUNTIME ) stage3/lib/$(CFG_RUSTLLVM )
20
24
$(Q ) rm -f rustllvm/$(CFG_RUSTLLVM ) rustllvm/rustllvmbits.a
21
25
$(Q ) rm -f rt/$(CFG_RUNTIME )
22
26
$(Q ) rm -f rt/main.o
27
+ $(Q ) rm -f rt/main.ll
23
28
$(Q ) rm -Rf $(PKG_NAME ) -* .tar.gz dist
24
29
$(Q ) rm -f $(foreach ext,o a d bc s exe,$(wildcard stage* /* .$(ext ) ) )
25
30
$(Q ) rm -Rf $(foreach ext,out out.tmp \
You can’t perform that action at this time.
0 commit comments