kubo/mk
Lars Gierth b54df01dbe make: fix build when symlinked into GOPATH
In workspace setups that have the source tree symlinked into GOPATH,
the `go list `command wouldn't recognize that we're technically within GOPATH,
because `pwd` doesn't look like it.

For example

	/home/user/go/src/github.com/ipfs/go-ipfs
	=> /home/user/go/ipfs/go-ipfs

produces the import path

	_/home/user/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-random/random

which is not within GOPATH.

We get around this by using fully-qualified import paths instead:
starting in github.com/ipfs/go-ipfs/ instead of ./

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-03-11 04:15:09 +01:00
..
footer.mk Jenkins CI 2017-02-12 01:18:41 +01:00
golang.mk make: fix build when symlinked into GOPATH 2017-03-11 04:15:09 +01:00
gx.mk Make gx less verbose 2017-02-12 01:18:41 +01:00
header.mk Jenkins CI 2017-02-12 01:18:41 +01:00
util.mk make: rework makefiles for non-recursive make and add sharness coverage 2017-02-12 01:18:40 +01:00