mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Ignore GOBIN in Makefiles.
This commit is contained in:
parent
dc610f1eef
commit
5f4acea7e9
|
@ -35,6 +35,9 @@ else
|
|||
RELEASE_SUFFIX ?=
|
||||
endif
|
||||
|
||||
# Never honor GOBIN, should it be set at all.
|
||||
unexport GOBIN
|
||||
|
||||
GOARCH = $(subst x86_64,amd64,$(ARCH))
|
||||
GOPKG ?= go$(GO_VERSION).$(GOOS)-$(GOARCH)$(RELEASE_SUFFIX).tar.gz
|
||||
GOURL ?= http://golang.org/dl
|
||||
|
|
Loading…
Reference in a new issue