speed up the build system a little bit
SVN-Revision: 5506
This commit is contained in:
@@ -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`;; \
|
||||
|
||||
Reference in New Issue
Block a user