[dpdk-dev,v3] doc: add new targets to "make help" output
Checks
Commit Message
Commit aafaea3d3b70 ("devtools: add tags
and cscope index generation") introduced
new make targets. This change updates the
help target output to reflect the additions.
Signed-off-by: Gabriel Carrillo <erik.g.carrillo@intel.com>
---
v3:
* Updated formatting.
doc/build-sdk-quick.txt | 2 ++
1 file changed, 2 insertions(+)
Comments
Hi,
Sorry for the very very late review.
07/07/2017 19:09, Gabriel Carrillo:
> Commit aafaea3d3b70 ("devtools: add tags
> and cscope index generation") introduced
> new make targets. This change updates the
> help target output to reflect the additions.
>
> Signed-off-by: Gabriel Carrillo <erik.g.carrillo@intel.com>
> ---
> + tags|gtags T= generate tags/gtags for given targets (T=)
> + cscope T= generate cscope database for given targets (T=)
No need of T= in the first column.
It is specified only for install which has two different meanings
with and without T=.
You should also add etags I think.
04/08/2017 00:50, Thomas Monjalon:
> Hi,
>
> Sorry for the very very late review.
>
> 07/07/2017 19:09, Gabriel Carrillo:
> > Commit aafaea3d3b70 ("devtools: add tags
> > and cscope index generation") introduced
> > new make targets. This change updates the
> > help target output to reflect the additions.
> >
> > Signed-off-by: Gabriel Carrillo <erik.g.carrillo@intel.com>
> > ---
> > + tags|gtags T= generate tags/gtags for given targets (T=)
> > + cscope T= generate cscope database for given targets (T=)
>
> No need of T= in the first column.
> It is specified only for install which has two different meanings
> with and without T=.
>
> You should also add etags I think.
Updated myself and applied, thanks
@@ -11,6 +11,8 @@ Build commands
examples_clean clean examples for given targets (T=)
test compile tests and run basic unit tests
test-* run specific subset of unit tests
+ tags|gtags T= generate tags/gtags for given targets (T=)
+ cscope T= generate cscope database for given targets (T=)
Build variables
EXTRA_CPPFLAGS preprocessor options
EXTRA_CFLAGS compiler options