From e042a42270978520676a615d9d8f1f45cc0b2faf Mon Sep 17 00:00:00 2001 From: xiangpengzhao Date: Sun, 4 Jun 2017 00:02:21 +0800 Subject: [PATCH] Fix make help --- build/root/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/root/Makefile b/build/root/Makefile index 01510c05fe2..1d6b0081010 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -425,7 +425,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=OWNERS +EXCLUDE_TARGET=BUILD OWNERS .PHONY: $(filter-out %$(EXCLUDE_TARGET),$(notdir $(abspath $(wildcard cmd/*/)))) ifeq ($(PRINT_HELP),y) $(filter-out %$(EXCLUDE_TARGET),$(notdir $(abspath $(wildcard cmd/*/)))): @@ -557,14 +557,14 @@ bazel-test-integration: endif ifeq ($(PRINT_HELP),y) -define BAZEL_BUILD_HELP_INFO +define BAZEL_RELEASE_HELP_INFO # Build release tars with bazel # # Example: # make bazel-release endef bazel-release: - @echo "$$BAZEL_BUILD_HELP_INFO" + @echo "$$BAZEL_RELEASE_HELP_INFO" else bazel-release: bazel build //build/release-tars