From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: don't install meson.build in usertools Date: Wed, 19 Dec 2018 01:00:36 +0100 Message-ID: <3338234.vL6R9PlySD@xps> References: <1543400004.5087.13.camel@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Luca Boccassi , Bruce Richardson To: Timothy Redaelli Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 7CFC21B5D0 for ; Wed, 19 Dec 2018 01:00:41 +0100 (CET) In-Reply-To: <1543400004.5087.13.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" 28/11/2018 11:13, Luca Boccassi: > On Tue, 2018-11-27 at 20:35 +0100, Timothy Redaelli wrote: > > In commit 7dd34c71de2a ("usertools: install with meson") meson.build > > was > > added in usertools directory and so it's copied to > > $(datadir)/usertools > > with "make install". > > > > This patch avoids to copy meson.build when installing usertools with > > "make install". > > > > Signed-off-by: Timothy Redaelli > Acked-by: Luca Boccassi > > Should probably add: > > Fixes: 7dd34c71de2a ("usertools: install with meson") > Cc: stable@dpdk.org Applied, thanks