mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 18:55:24 +00:00
mk: Fix a minor UI bug
This commit is contained in:
@@ -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),)
|
||||
|
||||
Reference in New Issue
Block a user