madwifi: fix static bssid setting for ad-hoc mode
[openwrt.git] / include / host.mk
index 4a43471..8b4ce3d 100644 (file)
@@ -9,6 +9,8 @@ include $(TMP_DIR)/.host.mk
 
 export TAR
 
+ifneq ($(__host_inc),1)
+__host_inc:=1
 $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
        @mkdir -p $(TMP_DIR)
        @( \
@@ -32,3 +34,10 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
                echo "BASH:=$(shell which bash)" >> $@; \
        )
 
+endif
+
+ifeq ($(HOST_OS),Linux)
+  XARGS:=xargs -r
+else
+  XARGS:=xargs
+endif
This page took 0.023473 seconds and 4 git commands to generate.