File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -173,9 +173,6 @@ export CGO_ENABLED=1
173173
174174default : build
175175
176- vendor :
177- glide install -v
178-
179176build : bin/docker-machine-driver-xhyve
180177
181178vendor/github.com/zchee/libhyperkit/mirage_block_ocaml.o :
@@ -206,11 +203,14 @@ test-bindings:
206203 $(VERBOSE ) if nm bin/docker-machine-driver-xhyve | grep _camlMirage_block__code_begin > /dev/null 2>&1 ; then echo ' qcow2' ; fi
207204
208205
206+ vendor :
207+ $(VERBOSE ) glide install -v
208+
209209vendor-update :
210- $(VERBOSE ) gvt update -all
210+ $(VERBOSE ) glide update
211211
212212vendor-restore :
213- $(VERBOSE ) gvt restore
213+ $(VERBOSE ) glide restore
214214
215215
216216docker-build :
@@ -244,4 +244,4 @@ test-stop:
244244test-upgrade :
245245test-url :
246246
247- .PHONY : clean run rm kill
247+ .PHONY : clean run rm kill build build-privilege install test test-bindings vendor vendor-update vendor-restore
You can’t perform that action at this time.
0 commit comments