Browse Source

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
master
Andrew Tridgell 9 years ago
parent
commit
9de8b63814
  1. 3
      mk/modules.mk

3
mk/modules.mk

@ -2,7 +2,7 @@ @@ -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 @@ -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:

Loading…
Cancel
Save