another optimization

SVN-Revision: 5507
This commit is contained in:
Felix Fietkau
2006-11-12 01:55:28 +00:00
parent 8838ffd68d
commit cf10a1dd5e
2 changed files with 7 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ ifeq ("$(origin V)", "command line")
KBUILD_VERBOSE:=$(V)
endif
ifneq ($(shell tty -s <&3 || echo x),x)
ifeq ($(IS_TTY),1)
_Y:="\\33[33m"# yellow
_N:="\\33[m"# normal
endif