Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit cb55488

Browse files
authored
Merge pull request #844 from kubernetes-incubator/revert-838-goflags
Revert "Makefile: default GOFLAGS to enable build caching"
2 parents 7c9fc11 + 0a8b857 commit cb55488

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ LOCAL_OS:=$(shell uname | tr A-Z a-z)
66
GOFILES:=$(shell find . -name '*.go' | grep -v -E '(./vendor)')
77
GOPATH_BIN:=$(shell echo ${GOPATH} | awk 'BEGIN { FS = ":" }; { print $1 }')/bin
88
LDFLAGS=-X github.com/kubernetes-incubator/bootkube/pkg/version.Version=$(shell $(CURDIR)/build/git-version.sh)
9-
GOFLAGS?=-v -i
109

1110
all: \
1211
_output/bin/$(LOCAL_OS)/bootkube \

0 commit comments

Comments
 (0)