summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-02-29 18:20:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-02-29 18:20:34 +0000
commitbb5bccef7c7bd43a02b24a79e24dfe45a059890a (patch)
treef895dbd83adf1278fdfce86d1651e8fa87c5e5eb /tools/Makefile
parentd6f374615431f441731a45a77d593f33be8f9aef (diff)
downloadmtk-20170518-bb5bccef7c7bd43a02b24a79e24dfe45a059890a.zip
mtk-20170518-bb5bccef7c7bd43a02b24a79e24dfe45a059890a.tar.gz
mtk-20170518-bb5bccef7c7bd43a02b24a79e24dfe45a059890a.tar.bz2
tools: symlink seq to the host staging dir (gseq on mac os x)
SVN-Revision: 30755
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 9f8665c..29e7333 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -105,6 +105,7 @@ $(eval $(call PrepareCommand,find,gfind find))
$(eval $(call PrepareCommand,md5sum,md5sum $(SCRIPT_DIR)/md5sum))
$(eval $(call PrepareCommand,cp,gcp cp))
$(eval $(call PrepareCommand,stat,gstat stat))
+$(eval $(call PrepareCommand,seq,gseq seq))
$(curdir)/cmddeps = $(patsubst %,$(STAGING_DIR_HOST)/bin/%,find md5sum cp stat)
$(curdir)//prepare = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared $($(curdir)/cmddeps)