From db87e1f8c14fcdc6ea0da199f8e9dd1b7209c102 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 4 Nov 2007 11:42:47 +0000 Subject: fix parallel build issues SVN-Revision: 9495 --- include/toplevel.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3