Skip to content
Snippets Groups Projects
Commit d7d45482 authored by Thomas Eichinger's avatar Thomas Eichinger
Browse files

make: migrate OS variable for COLOR_ECHO too

parent d61a91fa
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,6 @@ endif ...@@ -31,8 +31,6 @@ endif
info-buildsizes-diff info-build info-boards-supported \ info-buildsizes-diff info-build info-boards-supported \
info-features-missing info-boards-features-missing info-features-missing info-boards-features-missing
OS := $(shell uname)
buildtest: buildtest:
@ \ @ \
BUILDTESTOK=true; \ BUILDTESTOK=true; \
......
...@@ -21,6 +21,9 @@ COLOR_RED := ...@@ -21,6 +21,9 @@ COLOR_RED :=
COLOR_PURPLE := COLOR_PURPLE :=
COLOR_RESET := COLOR_RESET :=
COLOR_ECHO := /bin/echo COLOR_ECHO := /bin/echo
OS := $(shell uname)
ifeq (, ${JENKINS_URL}) ifeq (, ${JENKINS_URL})
ifeq (0, $(shell tput colors 2>&1 > /dev/null; echo $$?)) ifeq (0, $(shell tput colors 2>&1 > /dev/null; echo $$?))
COLOR_GREEN := \033[1;32m COLOR_GREEN := \033[1;32m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment