tools: symlink seq to the host staging dir (gseq on mac os x)
SVN-Revision: 30755
This commit is contained in:
parent
d6f3746154
commit
bb5bccef7c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue