tools: symlink seq to the host staging dir (gseq on mac os x)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 29 Feb 2012 18:20:34 +0000 (18:20 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 29 Feb 2012 18:20:34 +0000 (18:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30755 3c298f89-4303-0410-b956-a3cf2f4a3e73

tools/Makefile

index 9f8665c..29e7333 100644 (file)
@@ -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)
This page took 0.024455 seconds and 4 git commands to generate.