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:
Marko
2019-09-16 10:46:10 +02:00
committed by GitHub
parent 21d46dea93
commit 522a849ba9
16 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ XC_OS=${XC_OS:-"solaris darwin freebsd linux windows"}
XC_EXCLUDE=${XC_EXCLUDE:-" darwin/arm solaris/amd64 solaris/386 solaris/arm freebsd/amd64 windows/arm "}
# Make sure build tools are available.
make get_tools
make tools
# Build!
# ldflags: -s Omit the symbol table and debug information.
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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