On Mon, 17 Aug 2020 14:54:21 +0100 Bruce Richardson <bruce.richard...@intel.com> wrote:
> > 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). Agreed, until all of mk/ is gone, DPDK can't really say it doesn't support make.