mirror of
https://github.com/rclone/rclone.git
synced 2025-01-13 20:38:12 +02:00
Rebuild the godeps from scratch on update and include godep as a build_dep
This commit is contained in:
parent
2c594dd996
commit
8118623680
4
Makefile
4
Makefile
@ -50,12 +50,14 @@ ifdef GO_LATEST
|
|||||||
go get -u github.com/golang/lint/golint
|
go get -u github.com/golang/lint/golint
|
||||||
go get -u github.com/mitchellh/gox
|
go get -u github.com/mitchellh/gox
|
||||||
go get -u github.com/inconshreveable/mousetrap
|
go get -u github.com/inconshreveable/mousetrap
|
||||||
|
go get -u github.com/tools/godep
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Update dependencies
|
# Update dependencies
|
||||||
update:
|
update:
|
||||||
|
rm -rf Godeps vendor
|
||||||
go get -t -u -f -v ./...
|
go get -t -u -f -v ./...
|
||||||
godep update ./...
|
godep save
|
||||||
|
|
||||||
doc: rclone.1 MANUAL.html MANUAL.txt
|
doc: rclone.1 MANUAL.html MANUAL.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user