From 6e9ca457326a96ade5c6a6dd22fc5bc28b162281 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Sun, 25 Oct 2020 11:06:49 +0800 Subject: [PATCH] agent: generate proto files properly Need to generate all protos. Depends-on: github.com/kata-containers/tests#3006 Signed-off-by: Peng Tao --- src/agent/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/agent/Makefile b/src/agent/Makefile index 92fbcdf02..e33802037 100644 --- a/src/agent/Makefile +++ b/src/agent/Makefile @@ -25,11 +25,6 @@ export VERSION_COMMIT := $(if $(COMMIT),$(VERSION)-$(COMMIT),$(VERSION)) BUILD_TYPE = release -# set proto file to generate -ifdef proto - PROTO_FILE=${proto} -endif - ARCH = $(shell uname -m) LIBC ?= musl ifneq ($(LIBC),musl) @@ -175,4 +170,4 @@ help: show-summary optimize generate-protocols: - protocols/hack/update-generated-proto.sh "${PROTO_FILE}" + protocols/hack/update-generated-proto.sh all