mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 10:55:14 +00:00
mk: forcibly delete dest dir when PREPARE_CLEAN
This commit is contained in:
parent
b2eef52ce3
commit
5e66af6bcc
@ -201,4 +201,4 @@ prepare-maybe-clean:
|
||||
$(if $(findstring true,$(PREPARE_CLEAN)),\
|
||||
@$(call E, cleaning destination $@),)
|
||||
$(if $(findstring true,$(PREPARE_CLEAN)),\
|
||||
$(Q)rm -r $(PREPARE_DEST_DIR),)
|
||||
$(Q)rm -rf $(PREPARE_DEST_DIR),)
|
||||
|
Loading…
Reference in New Issue
Block a user