Use 'go install' to build all commands at the same time.

'go build' compiles the packages but discards the results if multiple packages specified.
This commit is contained in:
Albert Zhang
2014-07-26 22:51:59 -04:00
parent f91bfe2e00
commit 0375709fa3
6 changed files with 10 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ set +e
API_PORT=8080
KUBELET_PORT=10250
GO_OUT=$(dirname $0)/../output/go
GO_OUT=$(dirname $0)/../output/go/bin
APISERVER_LOG=/tmp/apiserver.log
${GO_OUT}/apiserver \