mirror of https://github.com/rust-lang/rust.git
mk: Fix a minor UI bug
This commit is contained in:
parent
a2e8e30b11
commit
70a10758de
|
@ -192,6 +192,6 @@ $(foreach host,$(CFG_HOST),\
|
|||
|
||||
prepare-maybe-clean:
|
||||
$(if $(findstring true,$(PREPARE_CLEAN)),\
|
||||
@$(call E, cleaning destination $@),)
|
||||
@$(call E, cleaning destination $(PREPARE_DEST_DIR)),)
|
||||
$(if $(findstring true,$(PREPARE_CLEAN)),\
|
||||
$(Q)rm -rf $(PREPARE_DEST_DIR),)
|
||||
|
|
Loading…
Reference in New Issue