Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
8c437e51
Commit
8c437e51
authored
Apr 28, 2017
by
Reinhard Nägele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Makefile to require Mercurial
parent
6bdc7ed9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Makefile
Makefile
+4
-0
No files found.
Makefile
View file @
8c437e51
...
@@ -104,6 +104,7 @@ coverage:
...
@@ -104,6 +104,7 @@ coverage:
HAS_GLIDE
:=
$(
shell
command
-v
glide
;
)
HAS_GLIDE
:=
$(
shell
command
-v
glide
;
)
HAS_GOX
:=
$(
shell
command
-v
gox
;
)
HAS_GOX
:=
$(
shell
command
-v
gox
;
)
HAS_GIT
:=
$(
shell
command
-v
git
;
)
HAS_GIT
:=
$(
shell
command
-v
git
;
)
HAS_HG
:=
$(
shell
command
-v
hg
;
)
.PHONY
:
bootstrap
.PHONY
:
bootstrap
bootstrap
:
bootstrap
:
...
@@ -116,6 +117,9 @@ endif
...
@@ -116,6 +117,9 @@ endif
ifndef
HAS_GIT
ifndef
HAS_GIT
$(error
You
must
install
Git)
$(error
You
must
install
Git)
endif
ifndef
HAS_HG
$(error
You
must
install
Mercurial)
endif
endif
glide
install
--strip-vendor
glide
install
--strip-vendor
go
build
-o
bin/protoc-gen-go
./vendor/github.com/golang/protobuf/protoc-gen-go
go
build
-o
bin/protoc-gen-go
./vendor/github.com/golang/protobuf/protoc-gen-go
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment