From 4aac40b92a5b15b8dbbb994594e2811eec242527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 27 Jan 2023 12:49:19 +0100 Subject: [PATCH] CCv0: runtime-rs: Improve s390x error message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nothing much to add, let's just make the message more clear. Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit c0713553597660be7d999446a815a05cf831c0f3) --- src/runtime-rs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime-rs/Makefile b/src/runtime-rs/Makefile index 23e963f786..ce0ba74cc6 100644 --- a/src/runtime-rs/Makefile +++ b/src/runtime-rs/Makefile @@ -23,10 +23,10 @@ ARCH_FILE = $(ARCH_DIR)/$(ARCH)$(ARCH_FILE_SUFFIX) ifeq ($(ARCH), s390x) default: - @echo "s390x not support currently" + @echo "s390x is not currently supported" exit 0 test: - @echo "s390x not support currently" + @echo "s390x is not currently supported" exit 0 else ifeq ($(ARCH), powerpc64le) default: