X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/7a13c34dc66cce53a64c35dd95eb8a8ffc668779..9dd40f163d25c4e4262d21e4da5120e2e1560050:/tools/Makefile diff --git a/tools/Makefile b/tools/Makefile index 6e364af7a..5a5c728ab 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -54,6 +54,7 @@ $(curdir)/upslug2/compile := $(curdir)/automake/install $(curdir)/builddirs := $(tools-y) $(tools-dep) $(tools-) $(curdir)/builddirs-default := $(tools-y) +ifndef DUMP_TARGET_DB define PrepareStaging @for dir in $(1); do ( \ set -x; \ @@ -84,6 +85,7 @@ $(STAGING_DIR_HOST)/bin/$(1): $(STAGING_DIR)/.prepared }; ln -s "$$$$FILE" "$$@" endef +endif $(eval $(call PrepareCommand,find,gfind find)) $(eval $(call PrepareCommand,md5sum,md5sum $(SCRIPT_DIR)/md5sum))