mk: Don't rm 'dist' during clean, just its contents

This is not for temporaries now
This commit is contained in:
Brian Anderson 2014-03-23 18:26:35 -07:00
parent ba98689f09
commit a2e8e30b11
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ clean-misc:
$(Q)rm -f $(RUSTLLVM_LIB_OBJS) $(RUSTLLVM_OBJS_OBJS) $(RUSTLLVM_DEF)
$(Q)rm -Rf $(GENERATED)
$(Q)rm -Rf tmp/*
$(Q)rm -Rf rust-stage0-*.tar.bz2 $(PKG_NAME)-*.tar.gz $(PKG_NAME)-*.exe dist
$(Q)rm -Rf rust-stage0-*.tar.bz2 $(PKG_NAME)-*.tar.gz $(PKG_NAME)-*.exe
$(Q)rm -Rf dist/*
$(Q)rm -Rf doc
define CLEAN_GENERIC