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 1A6DAA09E0; Fri, 13 Nov 2020 14:48:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CC93F4CA6; Fri, 13 Nov 2020 14:48:39 +0100 (CET) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 827B74C96 for ; Fri, 13 Nov 2020 14:48:38 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id EC3AFB66; Fri, 13 Nov 2020 08:48:35 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Fri, 13 Nov 2020 08:48:36 -0500 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:content-type; s=fm2; bh= 91DOb01T22K8puIffYJj/akWNUfUYBw6rK5xgvl72Fo=; b=tmgBKnvyjyEMfJpD k+hT4xOBcpsqtiLlcdwDvDpJ9e8zcnyAuEqV2fLNhlq/NqICCEnIyH1iOABioIpI sDakMUmYuFJ+LS/vrTP6L6zQyi+COncjSBRH1bWsTXVDinfTnaUW3FMpyjaqVgfL S3H+pzj7ApaGojYR+/X5Sp+yWYBGE9+jqff/g+wSj+dRzgKHUbe9LbxzjT4RhD0Y 380JlurydsFoerTcdKZWiUlYqDNfqWPYJdmNv00Z+04/sWcI1t/kl02kMGGruoHs MQyBfZ5OP81FVqW9ps3gjUgfs1wOIDHcQ2SmtOMuyCaLSq2DZgST00JJrAQhbzKx R8rKRQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :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=fm1; bh=91DOb01T22K8puIffYJj/akWNUfUYBw6rK5xgvl72 Fo=; b=j8lK4UTf4ioSibMbEES13pn16SdvsoSz1ayQReC/nBltPKV3B50VX/hY4 gs/YvrAZHTN1I7XbkppaX9FzchjhQEUcrTCZ4NL+E04CTCBPZHJlkakl7lZLROUz wuoSt5Wu54jHS499tFp2mZUegAKq4u8PnmSD8PpNFA7LlmIXhmxMluxVRIytO3/e m4vadoEgaFCDB9rmnYznoVrHWmnU4SfwtJmThYJGmHNmeQzNxpZ/aUG0S43ivoG+ DwFkw6Q3xV7VW4JLFk35K1h4i0yc+p9zXPu5mA5N3WIedCUB7sIHsYb+5OojeCwu kQK5HnRAJnH7i/+aQYVM2XNAmGeFw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedruddvhedgheeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7BEC23064AB3; Fri, 13 Nov 2020 08:48:34 -0500 (EST) From: Thomas Monjalon To: Nick Connolly Cc: Bruce Richardson , dev@dpdk.org, Ranjit Menon Date: Fri, 13 Nov 2020 14:48:32 +0100 Message-ID: <2623819.e0kpxvNF5Q@thomas> In-Reply-To: <20201031065650.1703-1-nick.connolly@mayadata.io> References: <20201031065650.1703-1-nick.connolly@mayadata.io> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] windows: minor install fix 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" 31/10/2020 07:56, Nick Connolly: > Don't run symlink-drivers-solibs.sh as part of 'install' because > Windows doesn't support shell scripts. > > Signed-off-by: Nick Connolly > Tested-by: Ranjit Menon > Acked-by: Ranjit Menon Applied with title "build: fix install on Windows", thanks.