From 00ff299f672bb198eaf876e395e4bb683b26fa93 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 12 Nov 2006 01:49:35 +0000 Subject: speed up the build system a little bit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5506 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/host.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include/host.mk') diff --git a/include/host.mk b/include/host.mk index ed961e35d..1130d5b9a 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`;; \ -- cgit v1.2.3