Remove references to make get_vendor_deps

This commit is contained in:
Jack Zampolin
2019-05-02 17:02:33 -07:00
parent 9c67427b2d
commit 536dcd1a21
22 changed files with 7 additions and 29 deletions

View File

@@ -31,9 +31,6 @@ XC_EXCLUDE=${XC_EXCLUDE:-" darwin/arm solaris/amd64 solaris/386 solaris/arm free
# Make sure build tools are available.
make get_tools
# Get VENDORED dependencies
make get_vendor_deps
# Build!
# ldflags: -s Omit the symbol table and debug information.
# -w Omit the DWARF symbol table.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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