mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
mk: Fix a minor UI bug
This commit is contained in:
+1
-1
@@ -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