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
This commit is contained in:
Andrew Tridgell 2016-05-31 08:26:08 +10:00
parent 645a42c120
commit 9de8b63814

View File

@ -2,7 +2,7 @@
# git submodule support # git submodule support
define echowarning define echowarning
@echo -e "\e[31mWARNING:\e[0m $1" >&2 @echo "WARNING: $1" >&2
endef endef
define echoallwarnings define echoallwarnings
@ -15,7 +15,6 @@ define echoallwarnings
$(call echowarning,The make build system will soon be removed) $(call echowarning,The make build system will soon be removed)
$(call echowarning) $(call echowarning)
$(call echowarning) $(call echowarning)
@sleep 3
endef endef
CHECK_MODULES: CHECK_MODULES: