Unverified Commit aedafe74 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #75325 from SataQiu/fix-makefile-20190313

Fix a minor bug for `make update`
parents 6dc73a88 e0c8cc17
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment