mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Merge pull request #66 from fkautz/pr_out_fixing_build_where_cover_and_godep_cause_a_break_when_system_is_offline
Fixing build where cover and godep cause a break when system is offline
This commit is contained in:
commit
2a2e67cb50
4
Makefile
4
Makefile
@ -4,8 +4,8 @@ MAKE_OPTIONS := -s
|
||||
all: getdeps cover install
|
||||
|
||||
getdeps:
|
||||
@go get -u github.com/tools/godep && echo "Installing godep"
|
||||
@go get -u code.google.com/p/go.tools/cmd/cover && echo "Installing cover"
|
||||
@go get github.com/tools/godep && echo "Installing godep"
|
||||
@go get code.google.com/p/go.tools/cmd/cover && echo "Installing cover"
|
||||
|
||||
build-erasure:
|
||||
@cd pkgs/erasure && ${MAKE} ${MAKE_OPTIONS}
|
||||
|
Loading…
Reference in New Issue
Block a user