Merge pull request #2330 from baude/issue1842

build varlink without GOPATH
This commit is contained in:
OpenShift Merge Robot
2019-02-13 22:40:31 +01:00
committed by GitHub

View File

@ -94,6 +94,7 @@ help:
ifeq ("$(wildcard $(GOPKGDIR))","") ifeq ("$(wildcard $(GOPKGDIR))","")
mkdir -p "$(GOPKGBASEDIR)" mkdir -p "$(GOPKGBASEDIR)"
ln -sf "$(CURDIR)" "$(GOPKGBASEDIR)" ln -sf "$(CURDIR)" "$(GOPKGBASEDIR)"
ln -sf "$(CURDIR)/vendor/github.com/varlink" "$(FIRST_GOPATH)/src/github.com/varlink"
endif endif
touch $@ touch $@