From 9de8b63814999ed4a304c38f0365a7834425f784 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 31 May 2016 08:26:08 +1000 Subject: [PATCH] mk: removed the attempt at highlight in warning it just showed up as noise on gnome-terminal and actually made things less clear the sleep is annoying when testing things like build_examples.sh --- mk/modules.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mk/modules.mk b/mk/modules.mk index 4c40c65a06..280841dc15 100644 --- a/mk/modules.mk +++ b/mk/modules.mk @@ -2,7 +2,7 @@ # git submodule support define echowarning -@echo -e "\e[31mWARNING:\e[0m $1" >&2 +@echo "WARNING: $1" >&2 endef define echoallwarnings @@ -15,7 +15,6 @@ define echoallwarnings $(call echowarning,The make build system will soon be removed) $(call echowarning) $(call echowarning) - @sleep 3 endef CHECK_MODULES: