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 BC07EA04BF;
	Thu,  3 Sep 2020 17:33:18 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 8DB471C1C3;
	Thu,  3 Sep 2020 17:28:56 +0200 (CEST)
Received: from mga18.intel.com (mga18.intel.com [134.134.136.126])
 by dpdk.org (Postfix) with ESMTP id E211F1C1C0
 for <dev@dpdk.org>; Thu,  3 Sep 2020 17:28:54 +0200 (CEST)
IronPort-SDR: 0i8KIC6Ej4oncDial/TcGzUiOF80oPYJh8+DM1v7kKTtORY2+y5Hx1JLjKg+8eRtHJA5ACHhMu
 F+UsPbHqOf5Q==
X-IronPort-AV: E=McAfee;i="6000,8403,9733"; a="145290666"
X-IronPort-AV: E=Sophos;i="5.76,387,1592895600"; d="scan'208";a="145290666"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga006.jf.intel.com ([10.7.209.51])
 by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 03 Sep 2020 08:28:54 -0700
IronPort-SDR: 41N59FoNkEflD6xW8CtVWH/Xge+vbvZpzUBLztdFEzVzsSSfQkhCCVJBuv4TwyZF4Bk3TCSdPJ
 0Va5f0I84pZw==
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.76,387,1592895600"; d="scan'208";a="302244024"
Received: from silpixa00399953.ir.intel.com (HELO
 silpixa00399953.ger.corp.intel.com) ([10.237.222.53])
 by orsmga006.jf.intel.com with ESMTP; 03 Sep 2020 08:28:52 -0700
From: Ciara Power <ciara.power@intel.com>
To: dev@dpdk.org
Cc: Ciara Power <ciara.power@intel.com>, Ray Kinsella <mdr@ashroe.eu>,
 Neil Horman <nhorman@tuxdriver.com>,
 John McNamara <john.mcnamara@intel.com>,
 Marko Kovacevic <marko.kovacevic@intel.com>
Date: Thu,  3 Sep 2020 16:26:59 +0100
Message-Id: <20200903152717.42095-20-ciara.power@intel.com>
X-Mailer: git-send-email 2.17.1
In-Reply-To: <20200903152717.42095-1-ciara.power@intel.com>
References: <20200807123009.21266-1-ciara.power@intel.com>
 <20200903152717.42095-1-ciara.power@intel.com>
Subject: [dpdk-dev] [PATCH v3 19/37] doc: remove deprecation notice for make
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>

The deprecation notice for make can now be removed as this patchset
removes the make build system.

Signed-off-by: Ciara Power <ciara.power@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 345c38d5b6..279eccb04a 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -11,13 +11,6 @@ here.
 Deprecation Notices
 -------------------
 
-* make: Support for building DPDK with "make" has been deprecated and
-  support will be removed in the 20.11 release. From 20.11 onwards, DPDK
-  should be built using meson and ninja. For basic instructions see the
-  `Quick-start Guide <https://core.dpdk.org/doc/quick-start/>`_ on the
-  website or the `Getting Started Guide
-  <https://doc.dpdk.org/guides/linux_gsg/build_dpdk.html>`_ document.
-
 * meson: The minimum supported version of meson for configuring and building
   DPDK will be increased to v0.47.1 (from 0.41) from DPDK 19.05 onwards. For
   those users with a version earlier than 0.47.1, an updated copy of meson
-- 
2.17.1