Re: [dpdk-dev] [PATCH] mk: don't install meson.build in usertools

2018-12-18 Thread Thomas Monjalon
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

Re: [dpdk-dev] [PATCH] mk: don't install meson.build in usertools

2018-11-28 Thread 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 usert

[dpdk-dev] [PATCH] mk: don't install meson.build in usertools

2018-11-27 Thread Timothy Redaelli
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 --- mk/rte.s