From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] mk: fix external build failure Date: Mon, 05 Feb 2018 23:39:00 +0100 Message-ID: <6123785.M7cDLxIkkb@xps> References: <20180205102243.16445-1-marko.kovacevic@intel.com> <20180205154531.19913-1-marko.kovacevic@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com, vipin.varghese@intel.com To: Marko Kovacevic Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5C7B01B668 for ; Mon, 5 Feb 2018 23:39:04 +0100 (CET) In-Reply-To: <20180205154531.19913-1-marko.kovacevic@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/02/2018 16:45, Marko Kovacevic: > Code commit for 'make -f' support, breaks the build in cases where > entries in $(MAKEFILE_LIST) are absolute paths. This commit uses > notdir and firstword to ensure that only the local filename is used. > > Fixes: 3a5c339d51a4 ("mk: support renamed Makefile in external project") > > Signed-off-by: Marko Kovacevic Applied, thanks (please ignore previous reply to v1, the applied version is v2)