mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
fix a minor bug for update
This commit is contained in:
parent
60d0ec579b
commit
e0c8cc172d
@ -151,10 +151,10 @@ define UPDATE_HELP_INFO
|
||||
endef
|
||||
.PHONY: update
|
||||
ifeq ($(PRINT_HELP),y)
|
||||
update: generated_files
|
||||
update:
|
||||
@echo "$$UPDATE_HELP_INFO"
|
||||
else
|
||||
update:
|
||||
update: generated_files
|
||||
CALLED_FROM_MAIN_MAKEFILE=1 hack/make-rules/update.sh
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user