summaryrefslogtreecommitdiffstats
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
commit8838ffd68d915fc356836468e30e7a26f1f6150a (patch)
treedc33a33b9c088333cd4e5ebc3dd1b11b3b7d09bc /include/host.mk
parent0f4a0fa10aba839906dd7018fef5a1136a869157 (diff)
downloadmaster-31e0f0ae-8838ffd68d915fc356836468e30e7a26f1f6150a.tar.gz
master-31e0f0ae-8838ffd68d915fc356836468e30e7a26f1f6150a.tar.bz2
master-31e0f0ae-8838ffd68d915fc356836468e30e7a26f1f6150a.zip
speed up the build system a little bit
SVN-Revision: 5506
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`;; \