mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 19:33:16 +00:00
properly clean .dSYM directories
This commit is contained in:
parent
82727b926f
commit
71be233432
@ -29,9 +29,11 @@ clean-misc:
|
||||
-name '*.dylib' -o \
|
||||
-name '*.dll' -o \
|
||||
-name '*.def' -o \
|
||||
-name '*.bc' -o \
|
||||
-name '*.dSYM' \
|
||||
-name '*.bc' \
|
||||
| xargs rm -f
|
||||
$(Q)find rustllvm rt $(CFG_HOST_TRIPLE)\
|
||||
-name '*.dSYM' \
|
||||
| xargs rm -Rf
|
||||
$(Q)rm -f $(RUNTIME_OBJS) $(RUNTIME_DEF)
|
||||
$(Q)rm -f $(RUSTLLVM_LIB_OBJS) $(RUSTLLVM_OBJS_OBJS) $(RUSTLLVM_DEF)
|
||||
$(Q)rm -Rf $(DOCS)
|
||||
|
Loading…
Reference in New Issue
Block a user