On Fri, Aug 07, 2020 at 01:30:00PM +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.po...@intel.com> > --- > doc/guides/freebsd_gsg/intro.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/guides/freebsd_gsg/intro.rst > b/doc/guides/freebsd_gsg/intro.rst > index 63160ce64f..b2e57909ee 100644 > --- a/doc/guides/freebsd_gsg/intro.rst > +++ b/doc/guides/freebsd_gsg/intro.rst > @@ -39,8 +39,8 @@ The following is a list of DPDK documents in the suggested > reading order: > specifically in a Linux* application (linux) environment > > * The content of the DPDK, the build system (including the commands > - that can be used in the root DPDK Makefile to build the development > - kit and an application) and guidelines for porting an application > + that can be used to build the development kit and an application) > + and guidelines for porting an application > > * Optimizations used in the software and those that should be > considered > for new development > -- Scanning through the full doc, this does indeed appear to be the only place where we need a change to drop "make" support.
Acked-by: Bruce Richardson <bruce.richard...@intel.com>