mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-01 13:47:07 +00:00
Remove references to make get_vendor_deps
This commit is contained in:
@@ -32,7 +32,6 @@ git checkout $BRANCH
|
||||
# XXX: uncomment if branch isn't master
|
||||
# git fetch origin $BRANCH
|
||||
make get_tools
|
||||
make get_vendor_deps
|
||||
make install
|
||||
|
||||
# the binary is located in $GOPATH/bin
|
||||
|
||||
@@ -47,7 +47,6 @@ cd "$GOPATH/src/$REPO"
|
||||
# build & install master
|
||||
git checkout $BRANCH
|
||||
gmake get_tools
|
||||
gmake get_vendor_deps
|
||||
gmake install
|
||||
|
||||
# the binary is located in $GOPATH/bin
|
||||
|
||||
@@ -37,5 +37,4 @@ git checkout $BRANCH
|
||||
# XXX: uncomment if branch isn't master
|
||||
# git fetch origin $BRANCH
|
||||
make get_tools
|
||||
make get_vendor_deps
|
||||
make install
|
||||
|
||||
@@ -41,7 +41,6 @@ git checkout $BRANCH
|
||||
# XXX: uncomment if branch isn't master
|
||||
# git fetch origin $BRANCH
|
||||
make get_tools
|
||||
make get_vendor_deps
|
||||
make install
|
||||
|
||||
# the binary is located in $GOPATH/bin
|
||||
|
||||
Reference in New Issue
Block a user