From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] mk: support building with renamed makefile Date: Wed, 31 Jan 2018 00:43:55 +0100 Message-ID: <2335057.AkUuH7Y4gb@xps> References: <20180122105905.6996-1-marko.kovacevic@intel.com> <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D191E4C@BGSMSX101.gar.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Varghese, Vipin" , "stable@dpdk.org" To: "Kovacevic, Marko" Return-path: In-Reply-To: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D191E4C@BGSMSX101.gar.corp.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" > > The build system made a recursive call to "make" after creating the build > > directory. This recursive call used the hard-coded filename "Makefile", which > > prevented builds from working if the file was renamed and make called using > > "make -f". Taking the filename from MAKEFILES_LIST make variable fixes this. > > > > Fixes: af75078fece3 ("first public release") > > Cc: stable@dpdk.org > > > > Signed-off-by: Marko Kovacevic > > I have validated on Linux environment with custom make file name as 'Makefile.test'. > > Acked-by: Vipin Varghese Applied, thanks