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 020C6A04B0;
	Fri,  7 Aug 2020 15:28:39 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 7CD562BF1;
	Fri,  7 Aug 2020 15:28:39 +0200 (CEST)
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id B6F872BF1
 for <dev@dpdk.org>; Fri,  7 Aug 2020 15:28:37 +0200 (CEST)
IronPort-SDR: eCdatWX/u78QFubc0pdRy6sfbG3UTP55kDOxeNTq0xnSyCYn2pisMqDLcOxLMSUyw/WjhuxrBP
 zuyu8KWqNyXw==
X-IronPort-AV: E=McAfee;i="6000,8403,9705"; a="150793971"
X-IronPort-AV: E=Sophos;i="5.75,445,1589266800"; d="scan'208";a="150793971"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 07 Aug 2020 06:28:36 -0700
IronPort-SDR: GTHAjA5L42W2Nl8aOlklelm5J2CHS4FK31EVXGQPsJxGV9CuaEUuO9Xoix8lnyFvQqirkhgm8P
 lpJOY2bnAZvw==
X-IronPort-AV: E=Sophos;i="5.75,445,1589266800"; d="scan'208";a="468228572"
Received: from bricha3-mobl.ger.corp.intel.com ([10.213.223.122])
 by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA;
 07 Aug 2020 06:28:35 -0700
Date: Fri, 7 Aug 2020 14:28:32 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Ciara Power <ciara.power@intel.com>
Cc: dev@dpdk.org, thomas@monjalon.net
Message-ID: <20200807132832.GB306@bricha3-MOBL.ger.corp.intel.com>
References: <20200807123009.21266-1-ciara.power@intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20200807123009.21266-1-ciara.power@intel.com>
Subject: Re: [dpdk-dev] [PATCH 20.11 00/19] remove make support in DPDK
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 Fri, Aug 07, 2020 at 01:29:50PM +0100, Ciara Power wrote:
> As previously decided [1] and communicated via deprecation notice [2], the
> make build system is to be removed in the 20.11 release.
> 
> This patchset removes support for compiling DPDK with the legacy make
> build system. Some make support is maintained for example applications,
> where pkg-config is used rather than the legacy make method.
> 
> References to the make build system are removed from all documentation,
> please review to see if replacement meson instructions are needed in some cases.
> 
> [1] https://mails.dpdk.org/archives/dev/2020-April/162839.html 
> [2] http://git.dpdk.org/dpdk/commit/?id=a5449d78d1413e7bd1d66f6e70884e46cfb5e673 
> 
> Ciara Power (19):
>   examples: remove legacy sections of makefiles
>   build: remove makefiles and mk directory
>   config: remove all config files used by make
>   buildtools: remove all scripts for use with make
>   doc: remove references to make in bbdev guides
>   doc: remove references to make in compressdev guides
>   doc: remove references to make in contributing guides
>   doc: remove references to make in cryptodev guides
>   doc: remove references to make in eventdev guides
>   doc: remove references to make in FreeBSD gsg guide
>   doc: remove references to make in howto guides
>   doc: remove references to make in Linux gsg guides
>   doc: remove references to make in mempool guides
>   doc: remove references to make in NIC guides
>   doc: remove references to make in platform guides
>   doc: remove references to make in prog guides
>   doc: remove references to make in rawdev guides
>   doc: remove references to make in sample app guides
>   doc: remove references to make in vdpadevs guides
> 
<snip>
>  535 files changed, 256 insertions(+), 18894 deletions(-)

Thanks for taking on this work.

I like those diff-stat numbers. Nearly 19000 lines fewer in DPDK!