Fixup make proto (#16603)

Use `common-` prefix for `make proto` so downstream projects like
client_golang can implement their own `make proto`.

Signed-off-by: SuperQ <superq@gmail.com>
pull/16605/head
Ben Kochie 1 month ago committed by GitHub
parent 2690761582
commit 3eb44003c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Makefile.common

@ -248,8 +248,8 @@ $(PROMU):
cp $(PROMU_TMP)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM)/promu $(FIRST_GOPATH)/bin/promu
rm -r $(PROMU_TMP)
.PHONY: proto
proto:
.PHONY: common-proto
common-proto:
@echo ">> generating code from proto files"
@./scripts/genproto.sh

Loading…
Cancel
Save