Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
4ce45833
Commit
4ce45833
authored
8 years ago
by
murgatroid99
Browse files
Options
Downloads
Patches
Plain Diff
Remove warning about protobuf 3.0.0+ from the Makefile
parent
10776b99
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+0
-29
0 additions, 29 deletions
Makefile
templates/Makefile.template
+0
-29
0 additions, 29 deletions
templates/Makefile.template
with
0 additions
and
58 deletions
Makefile
+
0
−
29
View file @
4ce45833
...
...
@@ -767,13 +767,6 @@ ifeq ($(MAKECMDGOALS),clean)
NO_DEPS = true
endif
INSTALL_OK = false
ifeq ($(HAS_VALID_PROTOC),true)
ifeq ($(HAS_SYSTEM_PROTOBUF_VERIFY),true)
INSTALL_OK = true
endif
endif
.SECONDARY = %.pb.h %.pb.cc
PROTOC_PLUGINS = $(BINDIR)/$(CONFIG)/grpc_cpp_plugin $(BINDIR)/$(CONFIG)/grpc_csharp_plugin $(BINDIR)/$(CONFIG)/grpc_node_plugin $(BINDIR)/$(CONFIG)/grpc_objective_c_plugin $(BINDIR)/$(CONFIG)/grpc_python_plugin $(BINDIR)/$(CONFIG)/grpc_ruby_plugin
...
...
@@ -2285,28 +2278,6 @@ install-certs: etc/roots.pem
$(Q) $(INSTALL) -d $(prefix)/share/grpc
$(Q) $(INSTALL) etc/roots.pem $(prefix)/share/grpc/roots.pem
verify-install:
ifeq ($(INSTALL_OK),true)
@echo "Your system looks ready to go."
@echo
else
@echo "Warning: it looks like protoc 3.0.0+ isn't installed on your system,"
@echo "which means that you won't be able to compile .proto files for use"
@echo "with gRPC."
@echo
@echo "If you are just using pre-compiled protocol buffers, or you otherwise"
@echo "have no need to compile .proto files, you can ignore this."
@echo
@echo "If you do need protobuf for some reason, you can download and install"
@echo "it from:"
@echo
@echo " https://github.com/google/protobuf/releases"
@echo
@echo "Once you've done so, you can re-run this check by doing:"
@echo
@echo " make verify-install"
endif
clean:
$(E) "[CLEAN] Cleaning build directories."
$(Q) $(RM) -rf $(OBJDIR) $(LIBDIR) $(BINDIR) $(GENDIR) cache.mk
...
...
This diff is collapsed.
Click to expand it.
templates/Makefile.template
+
0
−
29
View file @
4ce45833
...
...
@@ -655,13 +655,6 @@
NO_DEPS
=
true
endif
INSTALL_OK
=
false
ifeq
($(HAS_VALID_PROTOC),true)
ifeq
($(HAS_SYSTEM_PROTOBUF_VERIFY),true)
INSTALL_OK
=
true
endif
endif
.SECONDARY
=
%.pb.h %.pb.cc
PROTOC_PLUGINS
=
\
...
...
@@ -1279,28 +1272,6 @@
$(Q)
$(INSTALL)
-d
$(prefix)/share/grpc
$(Q)
$(INSTALL)
etc/roots.pem
$(prefix)/share/grpc/roots.pem
verify-install
:
ifeq
($(INSTALL_OK),true)
@echo
"Your system looks ready to go."
@echo
else
@echo "Warning
:
it looks like protoc 3.0.0+ isn't installed on your system
,
"
@echo
"which means that you won't be able to compile .proto files for use"
@echo
"with gRPC."
@echo
@echo
"If you are just using pre-compiled protocol buffers, or you otherwise"
@echo
"have no need to compile .proto files, you can ignore this."
@echo
@echo
"If you do need protobuf for some reason, you can download and install"
@echo "it from
:
"
@echo
@echo " https
:
//github.com/google/protobuf/releases"
@echo
@echo "Once you've done so, you can re-run this check by doing
:
"
@echo
@echo
" make verify-install"
endif
clean
:
$(E)
"[CLEAN] Cleaning build directories."
$(Q)
$(RM)
-rf
$(OBJDIR)
$(LIBDIR)
$(BINDIR)
$(GENDIR)
cache.mk
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment