From 4d79cfc533da693526d332cd75112c3ae9a32f95 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 15 Apr 2019 06:35:37 -0700 Subject: [PATCH] Prefix an echo command with '@' so that we don't see the message twice. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3cb5fa5..d2b92ff 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ VERSION:=$(shell ./version.sh) DEBUG_PREFIX_MAP=-fdebug-prefix-map=$(ROOT_DIR)=wasisdk://v$(VERSION) default: build - echo "Use -fdebug-prefix-map=$(ROOT_DIR)=wasisdk://v$(VERSION)" + @echo "Use -fdebug-prefix-map=$(ROOT_DIR)=wasisdk://v$(VERSION)" clean: rm -rf build $(PREFIX)