From 21f8ba43ec50f92993b3930cd73daaa6e16ed072 Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Sat, 15 Apr 2017 14:45:05 +0200 Subject: [PATCH] Make COLORIZE overridable --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 467d181..ee704ce 100644 --- a/config.mk +++ b/config.mk @@ -132,7 +132,7 @@ SEDOPT_windows= -u # Colorize warnings, errors and progress information LINE_BUFFERED=--line-buffered -COLORIZE:= | grep $(LINE_BUFFERED) -v -e "^true &&" -e "^[A-Za-z0-9_-]\+\.\(c\|h\|cpp\|hpp\)$$" \ +COLORIZE= | grep $(LINE_BUFFERED) -v -e "^true &&" -e "^[A-Za-z0-9_-]\+\.\(c\|h\|cpp\|hpp\)$$" \ | sed $(SEDOPT_$(OS_NAME)) \ -e 's/^\(.*[,:(]\{1,\}[0-9]*[ :)]*\)\([Ww]arning\)/$(POS_COLOR)\1$(WRN_COLOR)\2$(DEF_COLOR)/g' \ -e 's/^\(.*[,:(]\{1,\}[0-9]*[ :)]*\)\([Ee]rror\)/$(POS_COLOR)\1$(ERR_COLOR)\2$(DEF_COLOR)/g' \