Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2022-05-04 20:24:41 +0300
committerJaime Martinez <jmartinez@gitlab.com>2022-05-04 20:24:41 +0300
commitcc4f55d908872fed16d7651c87a00a8dcb6aed24 (patch)
tree38b30b624a1471a236dab374c47de90bfe96c813 /Makefile.internal.mk
parent40528a5463f155f70d33dac3573199c0ba3e599d (diff)
Remove local .GOPATH
Diffstat (limited to 'Makefile.internal.mk')
-rw-r--r--Makefile.internal.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.internal.mk b/Makefile.internal.mk
index 60e151e9..6dfaa1b3 100644
--- a/Makefile.internal.mk
+++ b/Makefile.internal.mk
@@ -10,10 +10,6 @@ endif
VERSION_FLAGS :=-X "main.VERSION=$(VERSION)" -X "main.REVISION=$(REVISION)"
-export GOPATH := $(CURDIR)/.GOPATH
export GOBIN := $(CURDIR)/bin
Q := $(if $V,,@)
-
-.GOPATH/.ok:
- mkdir -p .GOPATH