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