Remove unused GO_GET from Makefile.INCLUDE.

This commit is contained in:
Julius Volz 2015-06-23 22:57:41 +02:00
parent f149389d29
commit c813eee457
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@ export PATH := $(GOPATH)/bin:$(GOROOT)/bin:$(PATH)
export GO_TEST_FLAGS ?= -short
GO_GET := $(GO) get -u -v -x
REV := $(shell git rev-parse --short HEAD 2> /dev/null || echo 'unknown')
BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2> /dev/null || echo 'unknown')
HOSTNAME := $(shell hostname -f)