Re: [dpdk-dev] [PATCH v2 1/2] devtools: fix ninja install breakage under relative path

2020-09-23 Thread Juraj Linkeš
> -Original Message- > From: Phil Yang > Sent: Wednesday, September 23, 2020 11:40 AM > To: dev@dpdk.org; david.march...@redhat.com > Cc: Juraj Linkeš ; ruifeng.w...@arm.com; > n...@arm.com; sta...@dpdk.org; Bruce Richardson > ; Luca Boccassi > Subject: [PATCH v2 1/2] devtools: fix nin

[dpdk-dev] [PATCH v2 1/2] devtools: fix ninja install breakage under relative path

2020-09-23 Thread Phil Yang
As the DESTDIR variable use as ninja's destination directory when invoking ninja install. If the DESTDIR is not an absolute path, ninja complains. Fixes: 777014e56d07 ("devtools: add ABI checks") Cc: sta...@dpdk.org Signed-off-by: Phil Yang --- v2: Use readlink to ensure consistent coding style.