From: Felix Fietkau Date: Wed, 29 Feb 2012 18:20:34 +0000 (+0000) Subject: tools: symlink seq to the host staging dir (gseq on mac os x) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c9693d0bf5796277b1f3b499d0700e3eef82e3cb;p=openwrt%2Fsvn-archive%2Farchive.git tools: symlink seq to the host staging dir (gseq on mac os x) SVN-Revision: 30755 --- 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)