From 39968194002433a9e0313e4189585f31abeacaf7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 12 Nov 2006 01:55:28 +0000 Subject: another optimization git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5507 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/verbose.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/verbose.mk') diff --git a/include/verbose.mk b/include/verbose.mk index 34568a31f8..b4242f212a 100644 --- a/include/verbose.mk +++ b/include/verbose.mk @@ -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 -- cgit v1.2.3