Use go env
to determine GOPATH in Makefile.
Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
This commit is contained in:
parent
8ee685662d
commit
1982772029
2
Makefile
2
Makefile
@ -123,7 +123,7 @@ ifdef SKIPTESTS
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
#Replaces ":" (*nix), ";" (windows) with newline for easy parsing
|
#Replaces ":" (*nix), ";" (windows) with newline for easy parsing
|
||||||
GOPATHS=$(shell echo ${GOPATH} | tr ":" "\n" | tr ";" "\n")
|
GOPATHS=$(shell go env GOPATH | tr ":" "\n" | tr ";" "\n")
|
||||||
|
|
||||||
TESTFLAGS_RACE=
|
TESTFLAGS_RACE=
|
||||||
GO_BUILD_FLAGS=
|
GO_BUILD_FLAGS=
|
||||||
|
Loading…
Reference in New Issue
Block a user