mk: rule help
The goal of this rule is to show which rules/options are available from a "make" command. Let's start by printing short doc about SDK building. Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com> Reviewed-by: Olivier Matz <olivier.matz@6wind.com>
This commit is contained in:
parent
a8f1e3d4ad
commit
4403715ec6
@ -36,6 +36,11 @@ $(error "Cannot use T= with doc target")
|
||||
endif
|
||||
endif
|
||||
|
||||
.PHONY: help
|
||||
help:
|
||||
@cat $(RTE_SDK)/doc/build-sdk-quick.txt
|
||||
@$(MAKE) -rR showconfigs | sed 's,^,\t\t\t\t,'
|
||||
|
||||
.PHONY: all
|
||||
all: htmlapi
|
||||
|
||||
|
@ -101,8 +101,9 @@ testall:
|
||||
install uninstall:
|
||||
$(Q)$(MAKE) -f $(RTE_SDK)/mk/rte.sdkinstall.mk $@
|
||||
|
||||
.PHONY: doc
|
||||
.PHONY: doc help
|
||||
doc: doc-all
|
||||
help: doc-help
|
||||
doc-%:
|
||||
$(Q)$(MAKE) -f $(RTE_SDK)/mk/rte.sdkdoc.mk $*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user