From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix external builds with relative output dir Date: Sun, 30 Apr 2017 22:49:52 +0200 Message-ID: <4016343.GNRz91dd6c@xps> References: <1493240466-3533-1-git-send-email-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jan Blunck Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 7AF005942 for ; Sun, 30 Apr 2017 22:49:54 +0200 (CEST) In-Reply-To: <1493240466-3533-1-git-send-email-jblunck@infradead.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" 26/04/2017 23:01, Jan Blunck: > In case the output directory (O=) is undefined or a relative directory lets > turn it into an absolute path before passing it on. Otherwise the output > directory is created relative to the subdir, e.g. pktgen/app/build/... and > pktgen/lib/lua/src/build/... > > Signed-off-by: Jan Blunck Applied, thanks