diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-02-29 18:20:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-02-29 18:20:34 +0000 |
commit | bb5bccef7c7bd43a02b24a79e24dfe45a059890a (patch) | |
tree | f895dbd83adf1278fdfce86d1651e8fa87c5e5eb /tools | |
parent | d6f374615431f441731a45a77d593f33be8f9aef (diff) | |
download | upstream-bb5bccef7c7bd43a02b24a79e24dfe45a059890a.tar.gz upstream-bb5bccef7c7bd43a02b24a79e24dfe45a059890a.tar.bz2 upstream-bb5bccef7c7bd43a02b24a79e24dfe45a059890a.zip |
tools: symlink seq to the host staging dir (gseq on mac os x)
SVN-Revision: 30755
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 9f8665ca99..29e73335ae 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) |