speed up metadata scanning a lot by avoiding unnecessary shell commands and make...
[openwrt.git] / include / host.mk
index b6a5824..497d044 100644 (file)
@@ -6,7 +6,9 @@
 #
 
 TMP_DIR ?= $(TOPDIR)/tmp
--include $(TMP_DIR)/.host.mk
+ifndef DUMP
+  -include $(TMP_DIR)/.host.mk
+endif
 
 export TAR FIND
 
This page took 0.032547 seconds and 4 git commands to generate.