Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ee5e52f authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Fix make warning/error colors on Mac"

am: a46695c3

Change-Id: Ia9b08f47cbe9098c262f9202465475dac4912b63
parents 308b2345 a46695c3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -846,10 +846,10 @@ endef
## Use echo-(warning|error) in a build rule
## Use pretty-(warning|error) instead of $(warning)/$(error)
###########################################################
ESC_BOLD := \e[1m
ESC_WARNING := \e[35m
ESC_ERROR := \e[31m
ESC_RESET := \e[0m
ESC_BOLD := \033[1m
ESC_WARNING := \033[35m
ESC_ERROR := \033[31m
ESC_RESET := \033[0m

# $(1): path (and optionally line) information
# $(2): message to print