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 0F022A04AF; Fri, 7 Aug 2020 14:45:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 643762BF1; Fri, 7 Aug 2020 14:45:43 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 1DD1C2B87 for ; Fri, 7 Aug 2020 14:45:41 +0200 (CEST) IronPort-SDR: Rjx0KUI0E2ht/vvbbmT2LJzm1xV8+n3atTs6/XzRun71sjjWFrUdO4Y36tljDw7DUCHtKqbBN5 4nc+xJVSBuTw== X-IronPort-AV: E=McAfee;i="6000,8403,9705"; a="132627697" X-IronPort-AV: E=Sophos;i="5.75,445,1589266800"; d="scan'208";a="132627697" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Aug 2020 05:45:41 -0700 IronPort-SDR: f0c8bVqI/qH4S0ECC4CLz6s1nrW8KIL0IsfrjtAtE0ssHtihoqSYJV/LG20yzVHkOWpzJ9020/ rVZPPAJESIFg== X-IronPort-AV: E=Sophos;i="5.75,445,1589266800"; d="scan'208";a="437892004" Received: from bricha3-mobl.ger.corp.intel.com ([10.213.223.122]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 07 Aug 2020 05:45:39 -0700 Date: Fri, 7 Aug 2020 13:45:36 +0100 From: Bruce Richardson To: Ciara Power Cc: dev@dpdk.org, thomas@monjalon.net Message-ID: <20200807124536.GA302@bricha3-MOBL.ger.corp.intel.com> References: <20200807123009.21266-1-ciara.power@intel.com> <20200807123009.21266-3-ciara.power@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200807123009.21266-3-ciara.power@intel.com> Subject: Re: [dpdk-dev] [PATCH 20.11 02/19] build: remove makefiles and mk directory 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" On Fri, Aug 07, 2020 at 01:29:52PM +0100, Ciara Power wrote: > It was decided [1] to no longer support Make in DPDK, this patch > removes all Makefiles that do not make use of pkg-config, along with > the mk directory previously used by make. > > [1] https://mails.dpdk.org/archives/dev/2020-April/162839.html > > Signed-off-by: Ciara Power > --- > GNUmakefile | 17 - > Makefile | 4 - Open question from me: Do we want to leave a dummy top-level makefile that prints instructions on build with meson and ninja - or even runs a build using them if they are installed?