don't touch TAR_OPTIONS in host.mk
[openwrt.git] / include / host-build.mk
index c19cb8f..a1287da 100644 (file)
@@ -4,7 +4,9 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-OS:=$(shell uname)
+
+include $(INCLUDE_DIR)/host.mk
+
 ifneq ($(strip $(PKG_CAT)),)
   ifeq ($(PKG_CAT),unzip)
     UNPACK=unzip -d $(PKG_BUILD_DIR) $(DL_DIR)/$(PKG_SOURCE)
This page took 0.020084 seconds and 4 git commands to generate.