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 E8DD3A0350; Thu, 25 Jun 2020 23:43:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5FEEBE07; Thu, 25 Jun 2020 23:43:55 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id B5095DE0 for ; Thu, 25 Jun 2020 23:43:53 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id A9D817C7; Thu, 25 Jun 2020 17:43:51 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Thu, 25 Jun 2020 17:43:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=fm1; bh=NdyXfi7klyBow ldY8P8HO8W6BI6yuOVRpeZLmOBzpRA=; b=l7fCa4dPmBqKwn4lT9OXCW6DxwS86 DQ581WLC+p9SUqGYePM2+iNaSGcNEvCflBt3lAuvQ9Xmi5KgaYeei7lJ6GsZQjpo fV5UmW3BpFQT2Wb5diG1FesP0H9XdQThun38lCpwQMur/edPhV7BIWMul0m5ybkb wNW/8KFf9DjyC9IBq4r50UDJIKWGR7dT7KOQY8TzO0EAudbas9Yzv0frdZeqMPNU EqLMMZbihcsmlDtCF99h7c2LjHvNKR9GnG5oeLhIIL3sHcnV8EnVabPB0hhljIQm id12YKdgfCCuUKeDVxcBv5h5cgMnMz4gUd7RWbu09aU5z1fXeYDLv5A6A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=NdyXfi7klyBowldY8P8HO8W6BI6yuOVRpeZLmOBzpRA=; b=VZOBrNCu nnYqZs/vBZTJl3NKjkYCCZduiDstHARd+3qLVewcgeeEnTrbgHmgQMeS7qZJmmfb vkCA7kWA4LGy75VjoBpS8b3RhhrJrXSRp9GkGvPKQM640embmkDpjAo9YJ5gJhAd yCOfJ+8VfXG6c+N5qQvNXOUq8djAwOUpWfRAyFXtvSqbvlODyl7ikbXQE8otkmM8 8uI+tClYg4vIlPhuP2CKHuO1QyecjXDPaMHuNq3nVs7ly8Q4GNHK5rgA5b0F0tEm H+dG19fZDXI5RTCfe2ohqmdm9tSfjwBL9WkjkSge1d59dX0bSwq8z+CrTMOBv2q9 nDZnyIcsgxkC3A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudeltddgtdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhgggfestdekre dtredttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpeekuedtffekiefgveehvd dvueeflefguedvhfegleegteevieeutdfggeefkeevleenucffohhmrghinhepshgukhgt ohhnfhhighdrmhhkpdhsughkrhhoohhtrdhmkhenucfkphepjeejrddufeegrddvtdefrd dukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhep thhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 38691328005A; Thu, 25 Jun 2020 17:43:50 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: david.marchand@redhat.com, bruce.richardson@intel.com Date: Thu, 25 Jun 2020 23:43:34 +0200 Message-Id: <20200625214338.1838457-1-thomas@monjalon.net> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200618004218.3730743-1-thomas@monjalon.net> References: <20200618004218.3730743-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 0/4] one more step in makefiles deprecation 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" Some "make" usages are cleaned up in the documentation, and an inevitable deprecation warning is printed when using "make". ********************************************* NOTE: Lots of docs must be converted to meson build, configuration and installation layout, as soon as possible. Please HELP! A trick to find some affected docs: git grep -- -linux- doc ********************************************* It should be the final step before complete removal of the "make" build system in DPDK 20.11. Thomas Monjalon (4): doc: remove outdated guidelines for library addition doc: remove build instructions where unneeded doc: update build instructions in the Linux guide mk: add a paused deprecation warning before each build doc/guides/bbdevs/fpga_5gnr_fec.rst | 9 +- doc/guides/bbdevs/fpga_lte_fec.rst | 9 +- doc/guides/cryptodevs/virtio.rst | 9 +- .../virtio_user_for_container_networking.rst | 6 - doc/guides/linux_gsg/build_dpdk.rst | 66 +++-------- .../linux_gsg/nic_perf_intel_platform.rst | 8 +- doc/guides/nics/bnxt.rst | 30 +---- doc/guides/nics/build_and_test.rst | 43 +------ doc/guides/prog_guide/extend_dpdk.rst | 109 ------------------ doc/guides/prog_guide/index.rst | 1 - doc/guides/testpmd_app_ug/build_app.rst | 26 ----- mk/rte.sdkconfig.mk | 5 - mk/rte.sdkroot.mk | 16 +++ 13 files changed, 51 insertions(+), 286 deletions(-) delete mode 100644 doc/guides/prog_guide/extend_dpdk.rst -- 2.26.2