Browse Source

Makefile typo fix

pull/1943/head
Greg Szabo 7 years ago
parent
commit
38f321f843
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      build/Makefile

+ 1
- 3
build/Makefile View File

@ -77,10 +77,8 @@ build-ethermint: git-branch
build-trackomatron: git-branch
@echo "*** Building trackomatron"
go get -d -u go github.com/tendermint/trackomatron/cmd/tracko
echo "Debug1: $(GIT_BRANCH)"
go get -d -u github.com/tendermint/trackomatron/cmd/tracko
cd $(GOPATH)/src/github.com/tendermint/trackomatron && git checkout "$(GIT_BRANCH)" && git pull
echo "Debug2: $(GO_PATH)"
$(MAKE) -C $(GOPATH)/src/github.com/tendermint/trackomatron get_vendor_deps install
@echo "Workaround: trackomatron package has tracko as the binary - trackomatron needed for proper packaging" && rm -rf $(GOPATH)/bin/trackomatron && ln -s $(GOPATH)/bin/tracko $(GOPATH)/bin/trackomatron
@echo "*** Built trackomatron"


Loading…
Cancel
Save