You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get...

21 lines
470 B

--- Makefile.orig 2015-12-28 19:23:28.425122306 -0600
+++ Makefile 2015-12-28 19:25:09.482123654 -0600
@@ -12,17 +12,11 @@
.PHONY: default
default:
- # Must run twice due to go get race
- -go get -t -v -d ./...
- -go get -t -v -d ./...
go install -v ./...
@echo "LXD built succesfuly"
.PHONY: client
client:
- # Must run twice due to go get race
- -go get -t -v -d ./...
- -go get -t -v -d ./...
go install -v ./lxc
@echo "LXD client built succesfuly"