Re: [dpdk-dev] [PATCH v2] build: add note about make system deprecation

2020-05-19 Thread Thomas Monjalon
27/04/2020 17:04, Ferruh Yigit: > On 4/27/2020 3:25 PM, Bruce Richardson wrote: > > When anyone uses the make build system, they are to be informed > > about upcoming plans to deprecate and subsequently remove that > > system and to use meson and ninja instead. > > > > Signed-off-by: Bruce Richard

Re: [dpdk-dev] [PATCH v2] build: add note about make system deprecation

2020-04-27 Thread Ferruh Yigit
On 4/27/2020 3:25 PM, Bruce Richardson wrote: > When anyone uses the make build system, they are to be informed > about upcoming plans to deprecate and subsequently remove that > system and to use meson and ninja instead. > > Signed-off-by: Bruce Richardson > Reviewed-by: Ferruh Yigit

[dpdk-dev] [PATCH v2] build: add note about make system deprecation

2020-04-27 Thread Bruce Richardson
When anyone uses the make build system, they are to be informed about upcoming plans to deprecate and subsequently remove that system and to use meson and ninja instead. Signed-off-by: Bruce Richardson --- v2: added link to the docs on building DPDK --- mk/rte.sdkbuild.mk | 5 + mk/rte.sdk