--- /Makefile.orig 2016-07-11 23:34:40.299664675 +0000 +++ /Makefile 2016-07-11 23:37:00.816018727 +0000 @@ -12,19 +12,11 @@ .PHONY: default default: - # Must a few times due to go get race - -go get -t -v -d ./... - -go get -t -v -d ./... - -go get -t -v -d ./... go install -v $(DEBUG) ./... @echo "LXD built successfully" .PHONY: client client: - # Must a few times due to go get race - -go get -t -v -d ./... - -go get -t -v -d ./... - -go get -t -v -d ./... go install -v $(DEBUG) ./lxc @echo "LXD client built successfully"