forked from TrueCloudLab/rclone
Rebuild the godeps from scratch on update and include godep as a build_dep
This commit is contained in:
parent
2c594dd996
commit
8118623680
1 changed files with 3 additions and 1 deletions
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 a new issue