mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 20:03:37 +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 '*.dylib' -o \
|
||||||
-name '*.dll' -o \
|
-name '*.dll' -o \
|
||||||
-name '*.def' -o \
|
-name '*.def' -o \
|
||||||
-name '*.bc' -o \
|
-name '*.bc' \
|
||||||
-name '*.dSYM' \
|
|
||||||
| xargs rm -f
|
| 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 $(RUNTIME_OBJS) $(RUNTIME_DEF)
|
||||||
$(Q)rm -f $(RUSTLLVM_LIB_OBJS) $(RUSTLLVM_OBJS_OBJS) $(RUSTLLVM_DEF)
|
$(Q)rm -f $(RUSTLLVM_LIB_OBJS) $(RUSTLLVM_OBJS_OBJS) $(RUSTLLVM_DEF)
|
||||||
$(Q)rm -Rf $(DOCS)
|
$(Q)rm -Rf $(DOCS)
|
||||||
|
Loading…
Reference in New Issue
Block a user