From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 705EB5323 for ; Mon, 19 Nov 2018 00:54:48 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 117BB21EF8; Sun, 18 Nov 2018 18:54:48 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 18 Nov 2018 18:54:48 -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=mesmtp; bh=W8/UoJ2zUi+llCp0hVnuk9zniATX2KFsZ67zIEe75gk=; b=PtJfKisdkIvd 5gOfsLpaJ8zEapgPSVFU/idpmD1Er6ZdICJu0HwufwZRiFboE8AR8qQMW6hGTcuh fJ7uobIsCLBCn6F8mdiyuzyhYTQD68eqJS6frH9FILam62rLrPJltKkOGw/49jPp nYZJUB1MmhTBpKohwqFhqHNY3k1oAMs= 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=W8/UoJ2zUi+llCp0hVnuk9zniATX2KFsZ67zIEe75 gk=; b=oJpKMe3Y1N4IrgY/Nd0Bb5NQpap5WsdBgVeCF5u6hcbyWhupgcJHSk2SP thpBadqh60Bk70ApyyuRq3hM2N0wzfsSkmG8XmkbiNEok1TgnWxIzjBsjZXMEO2G LZMhLOotcbvcsrYhQHTObr2LM42uUYyfdOsC0NgfohmahFWsqg24bNWOG0/4y2uV sytEs+KlQBJ4g/P8KffqoYxqW3fg5Js74Z172zodaaApIoOPHIOxMW2yAPKEwMKx zd+WXsDgdffsmT2BgQmL2l9+JGaZ/U73Gi4IZGddu5vyKACFYsPov6BAV25kMxkx EQxbpUCxIA/PGJLTOITLALVTUmM5g== X-ME-Sender: 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 3CF8EE47C4; Sun, 18 Nov 2018 18:54:47 -0500 (EST) From: Thomas Monjalon To: "Burdick, Cliff" Cc: dev@dpdk.org, bruce.richardson@intel.com Date: Mon, 19 Nov 2018 00:54:46 +0100 Message-ID: <1780658.pf2rm3Ctj8@xps> In-Reply-To: <03A7D9A58FAFB54FBB01FEE199D7308A0134B91F7B@wdc1exchmbxp02.hq.corp.viasat.com> References: <03A7D9A58FAFB54FBB01FEE199D7308A0134B91F7B@wdc1exchmbxp02.hq.corp.viasat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] Fixed environment variable name 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: , X-List-Received-Date: Sun, 18 Nov 2018 23:54:48 -0000 16/11/2018 19:02, Burdick, Cliff: > The documentation specifies the DEST_DIR parameter to ninja to override the install directory, but it's actually DESTDIR. > > Signed-off-by: Cliff Burdick Thank you A similar patch was sent earlier: https://patches.dpdk.org/patch/48072/