mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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:
parent
645a42c120
commit
9de8b63814
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user