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 6C248A04C2; Mon, 25 Nov 2019 15:16:20 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0EAB62952; Mon, 25 Nov 2019 15:16:19 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 1EB68A3 for ; Mon, 25 Nov 2019 15:16:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574691376; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=N//aAg4kZeD3mrG4yh50QCZLDCyH6A63MEXdsiW0G/U=; b=fmXJv0+iE8biC1g4VGx16Vdnnc2wuj1AloGZV6YET+PT6bsjIkI7PnrphVlRZxLga+37zY LNoME4FPvWah26qxTiHh+7U/oX46RB9wst61fyCJ9NMdlI4enGfTF/Rj9TFuWs+iUs8Led /n0aiNjjWgWx5zkoGfze7m3cXMqGicM= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-165-GrMwOv9DPN2oAbhVHDUcnA-1; Mon, 25 Nov 2019 09:16:14 -0500 Received: by mail-vk1-f197.google.com with SMTP id l4so7481931vkn.6 for ; Mon, 25 Nov 2019 06:16:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=N//aAg4kZeD3mrG4yh50QCZLDCyH6A63MEXdsiW0G/U=; b=I4jMV2+GPsEXkWaa0HPySEJWHljvsItewK0jJh7BxGm1bTeuX1JdRnR8Ww/6mtyngG 13JHnGDgaJq4yFuaa8QkKyPlDQjz1za3P91NBIyYTI3hxwpAxooofgoq0EuNXqGnCOFf 2rcm1SKnv+3Xs4kLkkZumxOeX03ZPlMWlOhTKUfh+O/1ZmKapOLg9gR+nOtglUrbLdAG wG7mtW2GElUYR/KNgBPde7OAqoRz+Ka/XjjNIQKxi+ALxvuR5FpIOaZ0EfP/UIUh7p7f 0enjH0inNtkRGPJBGIqdycguV8mM/f/6QmAYIQ8tFCQUAaSfwgCSYo1/JQO8Q3lhMPMc s5qA== X-Gm-Message-State: APjAAAWqy48yqAA0r40pf7/BAwQywgCLSQkg+ZxdCTGds8H0yuvXkLDp 0JwSMLLG17s+3N0fJGjBB6YWVYkaa0M5L5LhbhqnaW4Iz/Q8ibRikOv6A3bPNiY9l1O8HOEY287 9rEZXxLWBAsEKTBqWGe8= X-Received: by 2002:a67:f591:: with SMTP id i17mr8081450vso.39.1574691374028; Mon, 25 Nov 2019 06:16:14 -0800 (PST) X-Google-Smtp-Source: APXvYqy5+r6xZc5W8GCJXbBh01PzBLKHCEGbPlLbM9U3AJQCyvrCnjihg4esA/DoBg2y+5QUOjwSAFXd6X+Co58ycuE= X-Received: by 2002:a67:f591:: with SMTP id i17mr8081413vso.39.1574691373705; Mon, 25 Nov 2019 06:16:13 -0800 (PST) MIME-Version: 1.0 References: <20191123025959.17040-1-pallavi.kadam@intel.com> <6ea3aa0b-727a-8d7b-03e0-4d68bfb2ac2b@intel.com> In-Reply-To: From: David Marchand Date: Mon, 25 Nov 2019 15:16:02 +0100 Message-ID: To: Pallavi Kadam Cc: dev , Thomas Monjalon , ranjit.menon@intel.com, Bruce Richardson , "Burakov, Anatoly" X-MC-Unique: GrMwOv9DPN2oAbhVHDUcnA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] build: fix windows build failure for 19.11 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" Confirmed author with Bruce offlist. Applied with commitlog proposed by Bruce: While most windows apps can handle both "\" and "/" as path separators, "more" is treating the "/" as the start of a command-line flag in this case, causing errors. Fixes: cba806e07d6f ("build: change ABI versioning to global") > > > Signed-off-by: Bruce Richardson > > > Reviewed-by: Ranjit Menon > > > Tested-by: Pallavi Kadam > > Acked-by: Anatoly Burakov Thanks. -- David Marchand