X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fverbose.mk;h=b4242f212acc512c4d66533932bf86838f374eab;hb=35edb7e5ee58628cccc9c2ad0c075c26e0cb8c83;hp=34568a31f821f3c8c3b470240ca82971cfcc4511;hpb=f52d66ff00b24111f87c274d3d7085ef2e1d27b1;p=openwrt-10.03%2F.git diff --git a/include/verbose.mk b/include/verbose.mk index 34568a31f..b4242f212 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