Browse Source

Automatically detect if we should use colors for 'make features'

tags/1.9.8
falkTX 7 years ago
parent
commit
3d2b57762b
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      Makefile

+ 1
- 7
Makefile View File

@@ -713,13 +713,7 @@ uninstall:

# ----------------------------------------------------------------------------------------------------------------------------

USE_COLORS=true

ifeq ($(HAIKU),true)
USE_COLORS=false
endif

ifeq ($(USE_COLORS),true)
ifneq ($(MAKE_TERMOUT),)
ANS_NO=\033[31m NO \033[0m
ANS_YES=\033[32m YES \033[0m
mS=\033[33m[


Loading…
Cancel
Save