summaryrefslogtreecommitdiff
blob: 9402de57735a68cff3d18a48566d584a4aed3916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- /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"