Skip to content

Commit

Permalink
vendor iptb
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Jun 1, 2018
1 parent 9b73d1d commit 8e1fceb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sharness/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ IPFS_5_TO_6_SRC = ../ipfs-5-to-6
IPFS_6_TO_7_SRC = ../ipfs-6-to-7
IPFS_UPDATE_SRC = ../Godeps/_workspace/src/github.com/ipfs/ipfs-update
POLL_ENDPOINT_SRC = ./dependencies/pollEndpoint
IPTB_SRC = ./dependencies/iptb

# User might want to override those on the command line
GOFLAGS =
Expand Down Expand Up @@ -86,10 +87,9 @@ bin/go-sleep:
go get github.com/chriscool/go-sleep
go build $(GOFLAGS) -o $@ github.com/chriscool/go-sleep

bin/iptb:
bin/iptb: $(call find_go_files, $(IPTB_SRC)) BUILD-OPTIONS
@echo "*** installing $@ ***"
go get github.com/ipfs/iptb
go build $(GOFLAGS) -o $@ github.com/ipfs/iptb
go build $(GOFLAGS) -o $@ $(IPTB_SRC)

bin/ipfs-0-to-1: $(call find_go_files, $(IPFS_0_TO_1_SRC)) BUILD-OPTIONS
@echo "*** installing $@ ***"
Expand Down
1 change: 1 addition & 0 deletions sharness/dependencies/iptb
Submodule iptb added at 65c843

0 comments on commit 8e1fceb

Please sign in to comment.