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
46501db5
Commit
46501db5
authored
Jun 20, 2016
by
Matt Butcher
Committed by
GitHub
Jun 20, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #848 from technosophos/fix/protoc-version
fix(proto): keep a local protoc Go plugin
parents
7a227440
5c93c2a0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Makefile
Makefile
+1
-0
Makefile
_proto/Makefile
+5
-3
No files found.
Makefile
View file @
46501db5
...
@@ -81,5 +81,6 @@ ifndef HAS_GIT
...
@@ -81,5 +81,6 @@ ifndef HAS_GIT
$(error
You
must
install
Git)
$(error
You
must
install
Git)
endif
endif
glide
install
glide
install
go
build
-o
bin/protoc-gen-go
./vendor/github.com/golang/protobuf/protoc-gen-go
include
versioning.mk
include
versioning.mk
_proto/Makefile
View file @
46501db5
...
@@ -22,16 +22,18 @@ services_pkg = services
...
@@ -22,16 +22,18 @@ services_pkg = services
google_deps
=
Mgoogle/protobuf/timestamp.proto
=
github.com/golang/protobuf/ptypes/timestamp,Mgoogle/protobuf/any.proto
=
github.com/golang/protobuf/ptypes/any
google_deps
=
Mgoogle/protobuf/timestamp.proto
=
github.com/golang/protobuf/ptypes/timestamp,Mgoogle/protobuf/any.proto
=
github.com/golang/protobuf/ptypes/any
.PHONY
:
all
all
:
chart release services
all
:
chart release services
chart
:
chart
:
protoc
--
$(target)_out
=
plugins
=
$(plugins)
,
$(google_deps)
,
$(chart_ias)
:
$(dst)
$(chart_pbs)
PATH
=
../bin:
$(PATH)
protoc
--
$(target)_out
=
plugins
=
$(plugins)
,
$(google_deps)
,
$(chart_ias)
:
$(dst)
$(chart_pbs)
release
:
release
:
protoc
--
$(target)_out
=
plugins
=
$(plugins)
,
$(google_deps)
,
$(chart_ias)
:
$(dst)
$(release_pbs)
PATH
=
../bin:
$(PATH)
protoc
--
$(target)_out
=
plugins
=
$(plugins)
,
$(google_deps)
,
$(chart_ias)
:
$(dst)
$(release_pbs)
services
:
services
:
protoc
--
$(target)_out
=
plugins
=
$(plugins)
,
$(google_deps)
,
$(chart_ias)
,
$(release_ias)
:
$(dst)
$(services_pbs)
PATH
=
../bin:
$(PATH)
protoc
--
$(target)_out
=
plugins
=
$(plugins)
,
$(google_deps)
,
$(chart_ias)
,
$(release_ias)
:
$(dst)
$(services_pbs)
.PHONY
:
clean
clean
:
clean
:
@
rm
-rf
$(dst)
/hapi 2>/dev/null
@
rm
-rf
$(dst)
/hapi 2>/dev/null
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