Re: [dpdk-dev] [PATCH] Fixed environment variable name

2018-11-18 Thread Thomas Monjalon
16/11/2018 19:02, Burdick, Cliff: > The documentation specifies the DEST_DIR parameter to ninja to override the > install directory, but it's actually DESTDIR. > > Signed-off-by: Cliff Burdick Thank you A similar patch was sent earlier: https://patches.dpdk.org/patch/48072/

[dpdk-dev] [PATCH] Fixed environment variable name

2018-11-16 Thread Burdick, Cliff
The documentation specifies the DEST_DIR parameter to ninja to override the install directory, but it's actually DESTDIR. Signed-off-by: Cliff Burdick --- 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.t