From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 09F341B37A for ; Mon, 5 Feb 2018 15:07:46 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 73BDD20B56; Mon, 5 Feb 2018 09:07:45 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 05 Feb 2018 09:07:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=QIklKOXAYHy0F+bbgHNeWvnlP0 nspVyPhU/OqIREKks=; b=kmlUjKweP2lb3pvKp66YBSBZID9u9mKKWNV+TJguBP PeJtPyx1pJdMm9IBPZAub46XycUHZjDyqJgnnkGQ6VhH6o7ZTDce9Om4lVdpTNV7 ITiOIQ3FXAbk7yZD2ukvaPDXShWcZQ/Jw8VNqnqqdAjcDFROvJCbM0KOV/7SW794 A= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=QIklKO XAYHy0F+bbgHNeWvnlP0nspVyPhU/OqIREKks=; b=gQ5Ct7F4q761yOadSFlfMN wSEzEPqdkoCgNUS6YTuU/R5xDooqk/D7BvraDc8zPhneKxdPATPEC2x+jTWtODj4 worFFfPodiXDA1ouZCoXXMvmR8uNmH7eDEISoxycIa6GLwOOypB/cmeIeRPdokCn qnAnI2UbG0ju5ny4IE5PP+P3UHJlgtwqbll3SvSc4hWsVRBJMab7DN9PKNPGHJhk 9aOqVrXPPhphgp8f73HVZwRKNqpzpJngeRJD5+m67UhVgCnKDUjHisUIX/SUqAE5 FQwegHK1IbZbaU7FyKG1JFCYUGV4737l3pC8MBVMdFcLSoZ627p04utySNjpp/uQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1494A24550; Mon, 5 Feb 2018 09:07:45 -0500 (EST) From: Thomas Monjalon To: "Kovacevic, Marko" Cc: "dev@dpdk.org" , "olivier.matz@6wind.com" , "Varghese, Vipin" Date: Mon, 05 Feb 2018 15:07:41 +0100 Message-ID: <94878072.1yUQMxmYxO@xps> In-Reply-To: <6DC05C7C5F25994B81B3F2F214251F66342959@IRSMSX104.ger.corp.intel.com> References: <20180205102243.16445-1-marko.kovacevic@intel.com> <189741475.qmuB92lqII@xps> <6DC05C7C5F25994B81B3F2F214251F66342959@IRSMSX104.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] mk: fix external build failure 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: Mon, 05 Feb 2018 14:07:46 -0000 05/02/2018 11:53, Kovacevic, Marko: > > 05/02/2018 11:22, Marko Kovacevic: > > > Updated the make build to fix external build issues > > > > Please explain what is the issue. > > > > > Fixes: 3a5c339d51a4 ("mk: support renamed Makefile in external project") > > > Cc: stable@dpdk.org > > > > No need to Cc stable when fixing a bug which is not in a major release. > > Olivier reported an issue this morning, that my commit was breaking > the build of one of our external module: > > make[5]: /path/to/ext-module//path/to/ext-module/Makefile: No such file or directory > make[5]: *** No rule to make target '/path/to/ext-module//path/to/ext-module/Makefile'. Stop. > > The reason is that entries in $(MAKEFILE_LIST) can be absolute. I know that :) I was asking to update the commit message in a v2 actually.