build: Fix print without color

The original patch removed the printing completely, just remove the
color.

Fixes: eabc1ddc45  ("build: Honour NO_COLOR in include/scan.mk")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
master
Hauke Mehrtens 5 years ago
parent a0dfab220d
commit d0b45962ef
  1. 2
      include/scan.mk

@ -25,7 +25,7 @@ ifeq ($(IS_TTY),1)
endef endef
else else
define progress define progress
:; printf "\r$(1)" >&2;
endef endef
endif endif
else else

Loading…
Cancel
Save