Re: [dpdk-dev] [PATCH v6 12/14] doc: remove references to make from contributing guide

2020-10-11 Thread Thomas Monjalon
09/10/2020 12:21, Ciara Power: > - As in the linux kernel, the ``CONFIG_`` prefix is not used in C code. > - This is only needed in Makefiles or shell scripts. > +* Use build definition macros and conditions in the Meson build file. This > is done when the differences > + are more significant

[dpdk-dev] [PATCH v6 12/14] doc: remove references to make from contributing guide

2020-10-09 Thread Ciara Power
Make is no longer supported for compiling DPDK, references are now removed in the documentation. Signed-off-by: Ciara Power Signed-off-by: Louise Kilheeney --- v5: - Removed reference to test-build.sh used for Make. - Added point back in for handling specific code, reworded as necessary