aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-08-10 12:38:03 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-08-10 12:38:03 -0700
commit4ce458339a556fe4890e66a2672a3414ad4647ef (patch)
tree8aea90d37c6fafeb8d22faf6f3feef4684e83003 /templates
parent10776b99cfa17dceae79f2e96d6b694b3d636db2 (diff)
Remove warning about protobuf 3.0.0+ from the Makefile
Diffstat (limited to 'templates')
-rw-r--r--templates/Makefile.template29
1 files changed, 0 insertions, 29 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 0cbd8bfdd5..bfa99d66d2 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -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