From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test-meson-builds: allow building outside source dir Date: Mon, 01 Apr 2019 22:01:44 +0200 Message-ID: <2452543.0exsN9jAQc@xps> References: <20190401160833.38213-1-bruce.richardson@intel.com> <8977f5e0dc0fa4c5ecf9e973c6d751b797458d9f.camel@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Luca Boccassi To: Bruce Richardson Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 42459A3 for ; Mon, 1 Apr 2019 22:01:48 +0200 (CEST) In-Reply-To: <8977f5e0dc0fa4c5ecf9e973c6d751b797458d9f.camel@debian.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/04/2019 18:23, Luca Boccassi: > On Mon, 2019-04-01 at 17:08 +0100, Bruce Richardson wrote: > > The test-meson-builds.sh script correctly detects the source > > directory and > > builds the native builds successfully in a directory outside of the > > source > > tree. However, the paths to the cross-files are not prefixed with the > > source directory path, so the cross-builds all fail. Fix this by > > prepending > > the source directory path appropriately. > > > > Signed-off-by: Bruce Richardson < > > bruce.richardson@intel.com > > Acked-by: Luca Boccassi Applied, thanks