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
25a34b13
Commit
25a34b13
authored
Jun 18, 2016
by
Miguel Martinez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sorting Wildcard function
parent
e36647d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
_proto/Makefile
+3
-3
No files found.
_proto/Makefile
View file @
25a34b13
...
@@ -9,15 +9,15 @@ target = go
...
@@ -9,15 +9,15 @@ target = go
plugins
=
grpc
plugins
=
grpc
chart_ias
=
$
(
subst
$(space)
,
$(comma)
,
$
(
addsuffix
=
$(import_path)
/
$(chart_pkg)
,
$
(
addprefix M,
$(chart_pbs)
)))
chart_ias
=
$
(
subst
$(space)
,
$(comma)
,
$
(
addsuffix
=
$(import_path)
/
$(chart_pkg)
,
$
(
addprefix M,
$(chart_pbs)
)))
chart_pbs
=
$
(
wildcard hapi/chart/
*
.proto
)
chart_pbs
=
$
(
sort
$
(
wildcard hapi/chart/
*
.proto
)
)
chart_pkg
=
chart
chart_pkg
=
chart
release_ias
=
$
(
subst
$(space)
,
$(comma)
,
$
(
addsuffix
=
$(import_path)
/
$(release_pkg)
,
$
(
addprefix M,
$(release_pbs)
)))
release_ias
=
$
(
subst
$(space)
,
$(comma)
,
$
(
addsuffix
=
$(import_path)
/
$(release_pkg)
,
$
(
addprefix M,
$(release_pbs)
)))
release_pbs
=
$
(
wildcard hapi/release/
*
.proto
)
release_pbs
=
$
(
sort
$
(
wildcard hapi/release/
*
.proto
)
)
release_pkg
=
release
release_pkg
=
release
services_ias
=
$
(
subst
$(space)
,
$(comma)
,
$
(
addsuffix
=
$(import_path)
/
$(services_pkg)
,
$
(
addprefix M,
$(services_pbs)
)))
services_ias
=
$
(
subst
$(space)
,
$(comma)
,
$
(
addsuffix
=
$(import_path)
/
$(services_pkg)
,
$
(
addprefix M,
$(services_pbs)
)))
services_pbs
=
$
(
wildcard hapi/services/
*
.proto
)
services_pbs
=
$
(
sort
$
(
wildcard hapi/services/
*
.proto
)
)
services_pkg
=
services
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
...
...
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