[20.11,10/19] doc: remove references to make in FreeBSD gsg guide

Message ID 20200807123009.21266-11-ciara.power@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series remove make support in DPDK |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Power, Ciara Aug. 7, 2020, 12:30 p.m. UTC
  Make is no longer supported for compiling DPDK, references are now
removed in the documentation.

Signed-off-by: Ciara Power <ciara.power@intel.com>
---
 doc/guides/freebsd_gsg/intro.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Bruce Richardson Aug. 18, 2020, 11:33 a.m. UTC | #1
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.power@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.richardson@intel.com>
  

Patch

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