Browse Source

Makefile fix for new deterministic makefile in tendermint repo

pull/1943/head
Greg Szabo 7 years ago
parent
commit
91ce3af564
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      build/Makefile

+ 0
- 1
build/Makefile View File

@ -65,7 +65,6 @@ build-tendermint: git-branch gopath-setup
go get -d -u github.com/tendermint/tendermint/cmd/tendermint
cd $(GOPATH)/src/github.com/tendermint/tendermint && git checkout "$(GIT_BRANCH)" && git pull
export PATH=$(GOPATH)/bin:$(PATH) && $(MAKE) -C $(GOPATH)/src/github.com/tendermint/tendermint get_tools get_vendor_deps build
cp $(GOPATH)/src/github.com/tendermint/tendermint/build/tendermint $(GOPATH)/bin
@echo "*** Built tendermint"
build-ethermint: git-branch gopath-setup


Loading…
Cancel
Save