Re: [dpdk-dev] [PATCH 1/2] examples: strip directory and use suffix as name

2019-05-23 Thread Luca Boccassi
On Thu, 2019-05-23 at 17:40 +, Ali Alnubani wrote: > This would allow correctly naming an application residing > in a subdirectory. For example, if the example is set to > 'path/to/app', > then the name would be 'app'. > This doesn't affect the naming of an example that isn't in a > subdirector

[dpdk-dev] [PATCH 1/2] examples: strip directory and use suffix as name

2019-05-23 Thread Ali Alnubani
This would allow correctly naming an application residing in a subdirectory. For example, if the example is set to 'path/to/app', then the name would be 'app'. This doesn't affect the naming of an example that isn't in a subdirectory. Signed-off-by: Ali Alnubani --- examples/meson.build | 2 +-

[dpdk-dev] [PATCH 1/2] examples: strip directory and use suffix as name

2019-05-23 Thread Ali Alnubani
This would allow correctly naming an application residing in a subdirectory. For example, if the example is set to 'path/to/app', then the name would be 'app'. This doesn't affect the naming of an example that isn't in a subdirectory. Signed-off-by: Ali Alnubani --- examples/meson.build | 2 +-