mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 21:47:04 +00:00
clear *everything* from the tmp directory
The .tmp files were missed before. I don't think there's a need to use *.ext instead of just *.
This commit is contained in:
parent
c081ffbd1e
commit
0b377e53a1
@ -48,7 +48,7 @@ clean-misc:
|
||||
$(Q)rm -f $(RUSTLLVM_LIB_OBJS) $(RUSTLLVM_OBJS_OBJS) $(RUSTLLVM_DEF)
|
||||
$(Q)rm -Rf $(DOCS)
|
||||
$(Q)rm -Rf $(GENERATED)
|
||||
$(Q)rm -f tmp/*.log tmp/*.rc tmp/*.rs tmp/*.ok
|
||||
$(Q)rm -f tmp/*
|
||||
$(Q)rm -Rf rust-stage0-*.tar.bz2 $(PKG_NAME)-*.tar.gz dist
|
||||
$(Q)rm -Rf $(foreach ext, \
|
||||
html aux cp fn ky log pdf pg toc tp vr cps, \
|
||||
|
Loading…
Reference in New Issue
Block a user