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 9D3E0A0613 for ; Tue, 30 Jul 2019 23:35:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B38D31C012; Tue, 30 Jul 2019 23:35:56 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 8D2151BFF9 for ; Tue, 30 Jul 2019 23:35:55 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1A03E22270; Tue, 30 Jul 2019 17:35:55 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 30 Jul 2019 17:35:55 -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:content-type; s=mesmtp; bh=Q5v4yQNQzHsbj3acYdpVHIYdpc+9OJKnYqnpjeXVLnA=; b=b0ydKBPpV034 3FshGkYMrhPAVT8R2Vd1/APCCQSxzkFxT9iI1eEO7ofvP0kYAAIC1c9KnHRQajDu YxGK7wd90lf0fw/XQiG/ApKlvkxKGlaKg7sf4BYugY0JM0UCTRiPMXUUbZJ/2Xf3 sw+x9syxJGlZ/RKeN/IIZW63GOzP9do= 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=fm3; bh=Q5v4yQNQzHsbj3acYdpVHIYdpc+9OJKnYqnpjeXVL nA=; b=YAecOgpnoz96eFRQvnwlg64onPnq/6lTE/9zlPz2Jz6f2NQMF41Om96jh 4mVi89PEnncfx5EhBQ6myt+dzjzsh7J3AaBJ/VfNpRfmX44QT3d1AnhVvLW3I2O5 N8W2OvnuEoHkN95dQHyWvSja+QOHiQ+Jp92dn0COGsirUgKMpOfzmr70PHJDPAWK kcDAAJTDfOjVljeUuWcOS3j7idPCQ1aKzqbz4bBAh1NLow3cmMbGHxD9RUP0E7Q+ nrIQMsMUqqKFBLv9fPw+YcaLy0YUeaa8m+jm+3by65gsfStTduOk5M7M7ntXMW5i 5FfeYk8Mok69dIVdQOGmqhPJSgaDA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrleeggddtudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 D3079380086; Tue, 30 Jul 2019 17:35:53 -0400 (EDT) From: Thomas Monjalon To: kkanas@marvell.com Cc: dev@dpdk.org, Jasvinder Singh , Cristian Dumitrescu , bruce.richardson@intel.com Date: Tue, 30 Jul 2019 23:35:52 +0200 Message-ID: <2035006.yWZ2hScJmE@xps> In-Reply-To: <20190604092127.25000-2-kkanas@marvell.com> References: <20190604092127.25000-1-kkanas@marvell.com> <20190604092127.25000-2-kkanas@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] mk: fix printing target name when build completes 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" 04/06/2019 11:21, kkanas@marvell.com: > --- a/config/defconfig_x86_64-native-linuxapp-gcc > +++ b/config/defconfig_x86_64-native-linuxapp-gcc > +CONFIG_RTE_EXEC_ENV="linux" Why do you do this change in this file? I think changing this variable can break backward compatibility.