Skip to content

Commit 05d4ca7

Browse files
committed
---
yaml --- r: 6235 b: refs/heads/master c: 12f2b49 h: refs/heads/master i: 6233: a4eb1f5 6231: db714aa v: v3
1 parent eeaf6a7 commit 05d4ca7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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: 43cb74b830110693e4e54c5670033cbae5c87e24
2+
refs/heads/master: 12f2b4989ef77550648c11b5940fbe86a5351698

trunk/mk/clean.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ clean-misc:
2929
$(Q)rm -f rustllvm/$(CFG_RUSTLLVM) rustllvm/rustllvmbits.a
3030
$(Q)rm -f rt/$(CFG_RUNTIME)
3131
$(Q)find rt -name '*.o' -delete
32-
$(Q)rm -f libuv/uv.a
33-
$(Q)rm -Rf $(wildcard libuv/src/*/*)
34-
$(Q)rm -f $(wildcard libuv/src/*.o)
32+
$(Q)find rt -name '*.a' -delete
3533
$(Q)rm -f test/run_pass_stage2.rc test/run_pass_stage2_driver.rs
3634
$(Q)rm -Rf $(PKG_NAME)-*.tar.gz dist
3735
$(Q)rm -f $(foreach ext,o a d bc s exe,$(wildcard stage*/*.$(ext)))

0 commit comments

Comments
 (0)