Re: [dpdk-dev] [PATCH] doc: fix DESTDIR variable name in meson guide

2018-11-18 Thread Thomas Monjalon
14/11/2018 14:56, Bruce Richardson: > On Wed, Nov 14, 2018 at 03:04:38PM +0300, Ilya Maximets wrote: > > ninja does not recognize 'DEST_DIR'. > > > > Fixes: 9c3adc289c5e ("doc: add instructions on build using meson") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Ilya Maximets > > --- > > doc/b

Re: [dpdk-dev] [PATCH] doc: fix DESTDIR variable name in meson guide

2018-11-14 Thread Bruce Richardson
On Wed, Nov 14, 2018 at 03:04:38PM +0300, Ilya Maximets wrote: > ninja does not recognize 'DEST_DIR'. > > Fixes: 9c3adc289c5e ("doc: add instructions on build using meson") > Cc: sta...@dpdk.org > > Signed-off-by: Ilya Maximets > --- > doc/build-sdk-meson.txt | 2 +- > 1 file changed, 1 inserti

[dpdk-dev] [PATCH] doc: fix DESTDIR variable name in meson guide

2018-11-14 Thread Ilya Maximets
ninja does not recognize 'DEST_DIR'. Fixes: 9c3adc289c5e ("doc: add instructions on build using meson") Cc: sta...@dpdk.org Signed-off-by: Ilya Maximets --- doc/build-sdk-meson.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-sdk-meson.txt b/doc/build-sdk-meson.