Re: [dpdk-dev] [PATCH v2 0/4] one more step in makefiles deprecation

2020-06-29 Thread Thomas Monjalon
29/06/2020 16:15, David Marchand: > On Thu, Jun 25, 2020 at 11:43 PM Thomas Monjalon wrote: > > > > Some "make" usages are cleaned up in the documentation, > > and an inevitable deprecation warning is printed when using "make". > > > > > > * > > NOTE: Lo

Re: [dpdk-dev] [PATCH v2 0/4] one more step in makefiles deprecation

2020-06-29 Thread David Marchand
On Thu, Jun 25, 2020 at 11:43 PM Thomas Monjalon wrote: > > Some "make" usages are cleaned up in the documentation, > and an inevitable deprecation warning is printed when using "make". > > > * > NOTE: Lots of docs must be converted to meson > build, con

[dpdk-dev] [PATCH v2 0/4] one more step in makefiles deprecation

2020-06-25 Thread Thomas Monjalon
Some "make" usages are cleaned up in the documentation, and an inevitable deprecation warning is printed when using "make". * NOTE: Lots of docs must be converted to meson build, configuration and installation layout, as soon as possible. Please HELP!