summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-11-04 11:42:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-11-04 11:42:47 +0000
commitdb87e1f8c14fcdc6ea0da199f8e9dd1b7209c102 (patch)
tree6f4b96fcd063a2aa46787d62d5cdfb04f40ffb8a /include
parentfcdf364d10cf68fc0578446b096b0f5ce38eb6c1 (diff)
downloadmaster-31e0f0ae-db87e1f8c14fcdc6ea0da199f8e9dd1b7209c102.tar.gz
master-31e0f0ae-db87e1f8c14fcdc6ea0da199f8e9dd1b7209c102.tar.bz2
master-31e0f0ae-db87e1f8c14fcdc6ea0da199f8e9dd1b7209c102.zip
fix parallel build issues
SVN-Revision: 9495
Diffstat (limited to 'include')
-rw-r--r--include/toplevel.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk
index ba5cb33759..7930223650 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -22,6 +22,7 @@ else
endif
endif
export OPENWRTVERSION
+export IS_TTY=$(shell tty -s && echo 1 || echo 0)
ifeq ($(FORCE),)
.config scripts/config/conf scripts/config/mconf: tmp/.prereq-build