mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #110446 from PalanQu/qujiabao/clean_up
remove bazel BUILD in EXCLUDE_TARGET in makefile
This commit is contained in:
commit
e27b2781f5
@ -500,7 +500,7 @@ define CMD_HELP_INFO
|
|||||||
# make kubectl kube-proxy
|
# make kubectl kube-proxy
|
||||||
endef
|
endef
|
||||||
#TODO: make EXCLUDE_TARGET auto-generated when there are other files in cmd/
|
#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/*/))))
|
CMD_TARGET = $(filter-out %$(EXCLUDE_TARGET),$(notdir $(abspath $(wildcard cmd/*/))))
|
||||||
.PHONY: $(CMD_TARGET)
|
.PHONY: $(CMD_TARGET)
|
||||||
ifeq ($(PRINT_HELP),y)
|
ifeq ($(PRINT_HELP),y)
|
||||||
|
Loading…
Reference in New Issue
Block a user