d0b8347d9e
When configuring with --with-shared, you would see all applications getting relinked, even if nothing has changed. This was root caused to DPDK re-installing shared libraries that hadn't been rebuilt. Switching from 'ninja install' to 'meson install --only-changed' fixes this behavior. Note that meson install doesn't support -j, but at this point we are only installing files, not building them - and now we won't even be installing the files again if they haven't changed. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: If0491b2ad6e8564ad0fd8dee39a2e357e1329ea9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4465 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> |
||
---|---|---|
.. | ||
Makefile |