mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
Update Makefile comments
This commit is contained in:
parent
965341390f
commit
4d37426a3a
@ -66,9 +66,9 @@ define ALL_HELP_INFO
|
|||||||
# Build code.
|
# Build code.
|
||||||
#
|
#
|
||||||
# Args:
|
# Args:
|
||||||
# WHAT: Directory names to build. If any of these directories has a 'main'
|
# WHAT: Directory or Go package names to build. If any of these directories
|
||||||
# package, the build will produce executable files under $(OUT_DIR)/bin.
|
# has a 'main' package, the build will produce executable files under
|
||||||
# If not specified, "everything" will be built.
|
# $(OUT_DIR)/bin. If not specified, "everything" will be built.
|
||||||
# "vendor/<module>/<path>" is accepted as alias for "<module>/<path>".
|
# "vendor/<module>/<path>" is accepted as alias for "<module>/<path>".
|
||||||
# "ginkgo" is an alias for the ginkgo CLI.
|
# "ginkgo" is an alias for the ginkgo CLI.
|
||||||
# GOFLAGS: Extra flags to pass to 'go' when building.
|
# GOFLAGS: Extra flags to pass to 'go' when building.
|
||||||
@ -82,9 +82,9 @@ define ALL_HELP_INFO
|
|||||||
# make all
|
# make all
|
||||||
# make all WHAT=cmd/kubelet GOFLAGS=-v
|
# make all WHAT=cmd/kubelet GOFLAGS=-v
|
||||||
# make all DBG=1
|
# make all DBG=1
|
||||||
# Note: Specify DBG=1 for building unstripped binaries, which allows you to use code debugging
|
# Note: Specify DBG=1 for building unstripped binaries, which allows you to
|
||||||
# tools like delve. When DBG is unspecified, it defaults to "-s -w" which strips debug
|
# use code debugging tools like delve. When DBG is unspecified, it defaults
|
||||||
# information.
|
# to "-s -w" which strips debug information.
|
||||||
endef
|
endef
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
ifeq ($(PRINT_HELP),y)
|
ifeq ($(PRINT_HELP),y)
|
||||||
|
Loading…
Reference in New Issue
Block a user