[dpdk-dev] [PATCH 20.11 16/19] doc: remove references to make in prog guides

Bruce Richardson bruce.richardson at intel.com
Mon Aug 17 15:54:21 CEST 2020


On Fri, Aug 07, 2020 at 01:30:06PM +0100, Ciara Power wrote:
> Make is no longer supported for compiling DPDK, references are now
> removed in the documentation.
> 
> Signed-off-by: Ciara Power <ciara.power at intel.com>
> ---
>  doc/guides/prog_guide/build_app.rst           |  46 +---
>  .../prog_guide/dev_kit_build_system.rst       | 218 +-----------------
>  .../prog_guide/dev_kit_root_make_help.rst     | 188 ---------------
>  .../prog_guide/env_abstraction_layer.rst      |  17 +-
>  .../prog_guide/ext_app_lib_make_help.rst      |  25 +-
>  doc/guides/prog_guide/graph_lib.rst           |   6 +-
>  doc/guides/prog_guide/intro.rst               |   2 +-
>  .../prog_guide/ip_fragment_reassembly_lib.rst |   5 -
>  .../link_bonding_poll_mode_drv_lib.rst        |   5 -
>  doc/guides/prog_guide/lto.rst                 |  13 +-
>  doc/guides/prog_guide/mbuf_lib.rst            |   4 +-
>  doc/guides/prog_guide/mempool_lib.rst         |   7 +-
>  doc/guides/prog_guide/overview.rst            |  12 +-
>  doc/guides/prog_guide/profile_app.rst         |  15 +-
>  doc/guides/prog_guide/qos_framework.rst       |  10 +-
>  doc/guides/prog_guide/rcu_lib.rst             |   7 +-
>  doc/guides/prog_guide/source_org.rst          |  23 +-
>  doc/guides/prog_guide/trace_lib.rst           |   3 +-
>  .../prog_guide/writing_efficient_code.rst     |   3 +-
>  19 files changed, 36 insertions(+), 573 deletions(-)
>  delete mode 100644 doc/guides/prog_guide/dev_kit_root_make_help.rst
> 
<snip>

> diff --git a/doc/guides/prog_guide/dev_kit_build_system.rst b/doc/guides/prog_guide/dev_kit_build_system.rst
> index 74dba4dd16..91d2120e22 100644
> --- a/doc/guides/prog_guide/dev_kit_build_system.rst
> +++ b/doc/guides/prog_guide/dev_kit_build_system.rst
> @@ -31,51 +31,17 @@ Each build directory contains include files, libraries, and applications.
>  A build directory is specific to a configuration that includes architecture + execution environment + toolchain.
>  It is possible to have several build directories sharing the same sources with different configurations.
>  
> -For instance, to create a new build directory called my_sdk_build_dir using the default configuration template config/defconfig_x86_64-linux,
> -we use:
> -
Rather than selectively removing parts of this file and then looking to
replace them with meson equivalents, I think we should just completely
remove this section. The info for using the build system and the variables
that meson uses are already covered in the contributors guide (section 1.11
specifically).


More information about the dev mailing list