aboutsummaryrefslogtreecommitdiffstats
path: root/include/host.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-12 01:49:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-12 01:49:35 +0000
commite97c3c74fb20530196e220a3670a21c3c7c0c049 (patch)
tree19f308f0203d1e2ade80917a76d46224144e6c65 /include/host.mk
parent4501909797f98dad18de0911c2a56ed6ff0afd76 (diff)
downloadmaster-187ad058-e97c3c74fb20530196e220a3670a21c3c7c0c049.tar.gz
master-187ad058-e97c3c74fb20530196e220a3670a21c3c7c0c049.tar.bz2
master-187ad058-e97c3c74fb20530196e220a3670a21c3c7c0c049.zip
speed up the build system a little bit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5506 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/host.mk')
-rw-r--r--include/host.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/host.mk b/include/host.mk
index ed961e35d9..1130d5b9a6 100644
--- a/include/host.mk
+++ b/include/host.mk
@@ -11,6 +11,7 @@ export TAR
$(TMP_DIR)/.host.mk: $(INCLUDE_DIR)/host.mk
@( \
+ echo -n "BASH:=$(shell which bash)"; \
HOST_OS=`uname`; \
case "$$HOST_OS" in \
Linux) HOST_ARCH=`uname -m`;; \