From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A27E9A04BC; Fri, 9 Oct 2020 12:25:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F1FD71D40A; Fri, 9 Oct 2020 12:22:29 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 4AD3C1D408 for ; Fri, 9 Oct 2020 12:22:28 +0200 (CEST) IronPort-SDR: nOzJMbG1MSaHlQr43ioJkbI/DQjf6Pj90mflgA0Wrzm3BF1BGP0lzLJafe0szijTRk6SqUbSHF bpH41r9aLwCw== X-IronPort-AV: E=McAfee;i="6000,8403,9768"; a="144788547" X-IronPort-AV: E=Sophos;i="5.77,354,1596524400"; d="scan'208";a="144788547" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2020 03:22:24 -0700 IronPort-SDR: vePNbbGAfp7FYuRfwH8GONfiXY8naKXu0O9CEQb2LoovZJWlyMZ1wTCX+ZHsxBjatR+ppGA6lQ Def3k2wlDHZQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,354,1596524400"; d="scan'208";a="328863117" Received: from silpixa00400355.ir.intel.com (HELO silpixa00400355.ger.corp.intel.com) ([10.237.222.239]) by orsmga002.jf.intel.com with ESMTP; 09 Oct 2020 03:22:24 -0700 From: Ciara Power To: dev@dpdk.org Cc: Ciara Power Date: Fri, 9 Oct 2020 11:21:39 +0100 Message-Id: <20201009102140.20730-14-ciara.power@intel.com> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20201009102140.20730-1-ciara.power@intel.com> References: <20200807123009.21266-1-ciara.power@intel.com> <20201009102140.20730-1-ciara.power@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v6 13/14] doc: add to release notes to reflect removal of make X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Added an entry to describe the removal of the Make build system to the release notes for 20.11. Signed-off-by: Ciara Power --- v6: - Fixed spelling in commit log. - Fixed formatting of release note entry to be split logically. --- doc/guides/rel_notes/release_20_11.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index 808bdc4e54..acca7ce274 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -156,6 +156,10 @@ Removed Items * Removed Python 2 support since it was EOL'd in January 2020. +* build: Support for the Make build system was removed for compiling DPDK, + Meson is now the primary build system. + Sample applications can still be built with Make standalone, using pkg-config. + API Changes ----------- -- 2.22.0