Fixing an error I saw in testing, that make clean resolves.

pull/6/head
Matt Bruzek 2015-06-11 10:14:06 -05:00
parent ccb1b658b2
commit 2576b56113
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ function verify-prereqs() {
}
function build-local() {
# Make a clean environment to avoid compiler errors.
make clean
# Build the binaries locally that are used in the charms.
make all WHAT="cmd/kube-apiserver cmd/kubectl cmd/kube-controller-manager plugin/cmd/kube-scheduler cmd/kubelet cmd/kube-proxy"
OUTPUT_DIR=_output/local/bin/linux/amd64