Re: [dpdk-dev] [PATCH v2 6/6] examples: remove auto-generation of examples list

2019-05-01 Thread Luca Boccassi
On Fri, 2019-04-26 at 17:50 +0100, Bruce Richardson wrote: > The examples/meson.build file scanned the filesystem to find all > examples > to build (for examples=all option) and install. However, using > run_command > and scanning the filesystem prevented ninja from properly detecting > the > addit

[dpdk-dev] [PATCH v2 6/6] examples: remove auto-generation of examples list

2019-04-26 Thread Bruce Richardson
The examples/meson.build file scanned the filesystem to find all examples to build (for examples=all option) and install. However, using run_command and scanning the filesystem prevented ninja from properly detecting the addition or removal of any examples - one had to recreate the build directory