Skip to content

Commit

Permalink
Fix #13926 by also defining ENDCOLOR when VERBOSE=1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Nov 29, 2015
1 parent 120d79b commit 9be6d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ VERBOSE := 0
endif

WARNCOLOR:="\033[33;1m"
ENDCOLOR:="\033[0m"

ifeq ($(VERBOSE), 0)

Expand All @@ -1032,7 +1033,6 @@ JULIACOLOR:="\033[32;1m"
SRCCOLOR:="\033[33m"
BINCOLOR:="\033[37;1m"
JULCOLOR:="\033[34;1m"
ENDCOLOR:="\033[0m"

GOAL=$(subst ','\'',$(subst $(abspath $(JULIAHOME))/,,$(abspath $@)))
Expand Down

1 comment on commit 9be6d6b

@eschnett
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we backport this?

Please sign in to comment.