From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id C8776A0520;
	Fri, 26 Jun 2020 19:11:56 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 44A151BEAF;
	Fri, 26 Jun 2020 19:11:56 +0200 (CEST)
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 1468A1BEA9;
 Fri, 26 Jun 2020 19:11:53 +0200 (CEST)
IronPort-SDR: sDCKmdn8ZZIkQtplTYL1CVkK802+l9jLYpJmgdWeRsF6BFMbQ6spkcvGchHQbujzwiyHSpQ4/c
 IxWbUt9pxgdg==
X-IronPort-AV: E=McAfee;i="6000,8403,9664"; a="144496120"
X-IronPort-AV: E=Sophos;i="5.75,284,1589266800"; d="scan'208";a="144496120"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga004.jf.intel.com ([10.7.209.38])
 by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 26 Jun 2020 10:11:52 -0700
IronPort-SDR: 3ZUjmNf1gYTO1d0/Hb80xynRxH6dHzwLosNw9ug5yEpkHwP4y0gw2OPNhHb4p6FzL8koh6XWBE
 L+diD/Q6i9EQ==
X-IronPort-AV: E=Sophos;i="5.75,284,1589266800"; d="scan'208";a="424137482"
Received: from mjjankow-mobl.ger.corp.intel.com (HELO
 bricha3-MOBL.ger.corp.intel.com) ([10.251.82.49])
 by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA;
 26 Jun 2020 10:11:50 -0700
Date: Fri, 26 Jun 2020 18:11:47 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: dev@dpdk.org, david.marchand@redhat.com, stable@dpdk.org,
 John McNamara <john.mcnamara@intel.com>,
 Marko Kovacevic <marko.kovacevic@intel.com>
Message-ID: <20200626171147.GD564@bricha3-MOBL.ger.corp.intel.com>
References: <20200618004218.3730743-1-thomas@monjalon.net>
 <20200625214338.1838457-1-thomas@monjalon.net>
 <20200625214338.1838457-4-thomas@monjalon.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20200625214338.1838457-4-thomas@monjalon.net>
Subject: Re: [dpdk-dev] [PATCH v2 3/4] doc: update build instructions in the
	Linux guide
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On Thu, Jun 25, 2020 at 11:43:37PM +0200, Thomas Monjalon wrote:
> Before removing the "make" build system completely,
> the Linux guide instructions are made more concise and accurate.
> Some detailed explanations are also available in
> doc/guides/prog_guide/dev_kit_root_make_help.rst
> 
> This is the swan song for makefile system,
> in order to have accurate information backported in LTS.
> 
> Cc: stable@dpdk.org
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  doc/guides/linux_gsg/build_dpdk.rst | 66 ++++++++---------------------
>  1 file changed, 18 insertions(+), 48 deletions(-)
> 
These doc patches are hard to review without applying them an rebuilding
the docs, but I finally got round to doing so with this! 

Acked-by: Bruce Richardson <bruce.richardson@intel.com>