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
backport of 9be6d6b
  • Loading branch information
tkelman committed Nov 30, 2015
1 parent 456f38d commit bf4eeab
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 @@ -932,6 +932,7 @@ VERBOSE = 0
endif

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

ifeq ($(VERBOSE), 0)

Expand All @@ -946,7 +947,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

0 comments on commit bf4eeab

Please sign in to comment.