Merge pull request #113280 from oscr/fix-makefile-help

Fix Makefile help target
This commit is contained in:
Kubernetes Prow Robot 2022-10-31 14:20:45 -07:00 committed by GitHub
commit 4811569e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -307,11 +307,15 @@ clean:
hack/make-rules/clean.sh
endif
# TODO(thockin): Remove this in v1.29.
.PHONY: generated_files
generated_files:
echo "'make generated_files' is deprecated. Please use hack/update-codegen.sh instead."
ifneq ($(PRINT_HELP), y)
false
endif
define VET_HELP_INFO
# Run 'go vet'.