Re: [dpdk-dev] [PATCH] mk: fix external builds with relative output dir

2017-04-30 Thread Thomas Monjalon
26/04/2017 23:01, Jan Blunck: > In case the output directory (O=) is undefined or a relative directory lets > turn it into an absolute path before passing it on. Otherwise the output > directory is created relative to the subdir, e.g. pktgen/app/build/... and > pktgen/lib/lua/src/build/... > > Sig

[dpdk-dev] [PATCH] mk: fix external builds with relative output dir

2017-04-26 Thread Jan Blunck
In case the output directory (O=) is undefined or a relative directory lets turn it into an absolute path before passing it on. Otherwise the output directory is created relative to the subdir, e.g. pktgen/app/build/... and pktgen/lib/lua/src/build/... Signed-off-by: Jan Blunck --- mk/rte.extsub