From b6a976058d0d61352412a47a944b6c8add469844 Mon Sep 17 00:00:00 2001 From: Jiabao Qu Date: Wed, 8 Jun 2022 14:24:28 +0800 Subject: [PATCH] remove bazel BUILD in EXCLUDE_TARGET in makefile --- build/root/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root/Makefile b/build/root/Makefile index 97322007be5..8ceb6146b1b 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -500,7 +500,7 @@ define CMD_HELP_INFO # make kubectl kube-proxy endef #TODO: make EXCLUDE_TARGET auto-generated when there are other files in cmd/ -EXCLUDE_TARGET=BUILD OWNERS +EXCLUDE_TARGET=OWNERS CMD_TARGET = $(filter-out %$(EXCLUDE_TARGET),$(notdir $(abspath $(wildcard cmd/*/)))) .PHONY: $(CMD_TARGET) ifeq ($(PRINT_HELP),y)