mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 17:22:33 +00:00
build: Add missing targets to show-usage
Add a number of useful build and install targets to the `show-usage` target which are visible when the user runs `make help`. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
e6a7091981
commit
ad228e3c3b
24
Makefile
24
Makefile
@ -571,15 +571,21 @@ show-usage: show-header
|
|||||||
@printf "\n"
|
@printf "\n"
|
||||||
@printf "• Additional targets:\n"
|
@printf "• Additional targets:\n"
|
||||||
@printf "\n"
|
@printf "\n"
|
||||||
@printf "\tbuild : standard build.\n"
|
@printf "\tbuild : standard build (build everything).\n"
|
||||||
@printf "\tcheck : run tests.\n"
|
@printf "\tcheck : run tests.\n"
|
||||||
@printf "\tclean : remove built files.\n"
|
@printf "\tclean : remove built files.\n"
|
||||||
@printf "\tcoverage : run coverage tests.\n"
|
@printf "\tcontainerd-shim-v2 : only build containerd shim v2.\n"
|
||||||
@printf "\tdefault : same as 'make build' (or just 'make').\n"
|
@printf "\tcoverage : run coverage tests.\n"
|
||||||
@printf "\tgenerate-config : create configuration file.\n"
|
@printf "\tdefault : same as 'make build' (or just 'make').\n"
|
||||||
@printf "\tinstall : install files.\n"
|
@printf "\tgenerate-config : create configuration file.\n"
|
||||||
@printf "\tshow-arches : show supported architectures (ARCH variable values).\n"
|
@printf "\tinstall : install everything.\n"
|
||||||
@printf "\tshow-summary : show install locations.\n"
|
@printf "\tinstall-containerd-shim-v2 : only install containerd shim v2 files.\n"
|
||||||
|
@printf "\tinstall-netmon : only install netmon files.\n"
|
||||||
|
@printf "\tinstall-runtime : only install runtime files.\n"
|
||||||
|
@printf "\tnetmon : only build netmon.\n"
|
||||||
|
@printf "\truntime : only build runtime.\n"
|
||||||
|
@printf "\tshow-arches : show supported architectures (ARCH variable values).\n"
|
||||||
|
@printf "\tshow-summary : show install locations.\n"
|
||||||
@printf "\n"
|
@printf "\n"
|
||||||
|
|
||||||
handle_help: show-usage show-summary show-variables show-footer
|
handle_help: show-usage show-summary show-variables show-footer
|
||||||
|
Loading…
Reference in New Issue
Block a user