mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #41266 from spiffxp/build-run-make-help
Automatic merge from submit-queue (batch tested with PRs 41649, 41658, 41266, 41371, 41626) Allow `build/run.sh make help` to run **What this PR does / why we need it**: typo fix; `build/run.sh make help` doesn't work for me on OS X w/ docker 1.13.x, this PR fixes that **Release note**: ```release-note NONE ``` /cc @spxtr
This commit is contained in:
commit
64fe9e11f4
2
Makefile
2
Makefile
@ -490,13 +490,13 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
ifeq ($(PRINT_HELP),y)
|
ifeq ($(PRINT_HELP),y)
|
||||||
bazel-test:
|
|
||||||
define BAZEL_TEST_HELP_INFO
|
define BAZEL_TEST_HELP_INFO
|
||||||
# Test with bazel
|
# Test with bazel
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# make bazel-test
|
# make bazel-test
|
||||||
endef
|
endef
|
||||||
|
bazel-test:
|
||||||
@echo "$$BAZEL_TEST_HELP_INFO"
|
@echo "$$BAZEL_TEST_HELP_INFO"
|
||||||
else
|
else
|
||||||
bazel-test:
|
bazel-test:
|
||||||
|
Loading…
Reference in New Issue
Block a user