Ignore GOBIN in Makefiles.

This commit is contained in:
Bjoern Rabenstein 2015-01-30 16:52:35 +01:00
parent dc610f1eef
commit 5f4acea7e9

View file

@ -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