mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-20 14:16:22 +00:00
get_tools = tools (#3988)
- in the makefile update `get_tools` was changed to just `tools` Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
This commit is contained in:
@@ -31,7 +31,7 @@ cd "$GOPATH/src/$REPO"
|
||||
git checkout $BRANCH
|
||||
# XXX: uncomment if branch isn't master
|
||||
# git fetch origin $BRANCH
|
||||
make get_tools
|
||||
make tools
|
||||
make install
|
||||
|
||||
# the binary is located in $GOPATH/bin
|
||||
|
||||
@@ -46,7 +46,7 @@ cd "$GOPATH/src/$REPO"
|
||||
|
||||
# build & install master
|
||||
git checkout $BRANCH
|
||||
gmake get_tools
|
||||
gmake tools
|
||||
gmake install
|
||||
|
||||
# the binary is located in $GOPATH/bin
|
||||
|
||||
@@ -36,5 +36,5 @@ cd $GOPATH/src/$REPO
|
||||
git checkout $BRANCH
|
||||
# XXX: uncomment if branch isn't master
|
||||
# git fetch origin $BRANCH
|
||||
make get_tools
|
||||
make tools
|
||||
make install
|
||||
|
||||
@@ -40,7 +40,7 @@ cd "$GOPATH/src/$REPO"
|
||||
git checkout $BRANCH
|
||||
# XXX: uncomment if branch isn't master
|
||||
# git fetch origin $BRANCH
|
||||
make get_tools
|
||||
make tools
|
||||
make install
|
||||
|
||||
# the binary is located in $GOPATH/bin
|
||||
|
||||
Reference in New Issue
Block a user