diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-03 13:54:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-03 13:54:29 +0000 |
commit | 127296bc455beff15cdc3830e66fc6d2311e6057 (patch) | |
tree | b2414746d5d9c91c3d8ab8fec287b5e23e1c518f /include/host.mk | |
parent | 2d1ed46c687f4ec831da97e9209513a8111a0b1a (diff) | |
download | upstream-127296bc455beff15cdc3830e66fc6d2311e6057.tar.gz upstream-127296bc455beff15cdc3830e66fc6d2311e6057.tar.bz2 upstream-127296bc455beff15cdc3830e66fc6d2311e6057.zip |
speed up metadata scanning a lot by avoiding unnecessary shell commands and make recursions
SVN-Revision: 14734
Diffstat (limited to 'include/host.mk')
-rw-r--r-- | include/host.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/host.mk b/include/host.mk index b6a58248fd..497d044503 100644 --- a/include/host.mk +++ b/include/host.mk @@ -6,7 +6,9 @@ # TMP_DIR ?= $(TOPDIR)/tmp --include $(TMP_DIR)/.host.mk +ifndef DUMP + -include $(TMP_DIR)/.host.mk +endif export TAR FIND |