mbox series

[v2,0/4] one more step in makefiles deprecation

Message ID 20200625214338.1838457-1-thomas@monjalon.net (mailing list archive)
Headers
Series one more step in makefiles deprecation |

Message

Thomas Monjalon June 25, 2020, 9:43 p.m. UTC
  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!

A trick to find some affected docs:
                  git grep -- -linux- doc
*********************************************


It should be the final step before complete removal
of the "make" build system in DPDK 20.11.


Thomas Monjalon (4):
  doc: remove outdated guidelines for library addition
  doc: remove build instructions where unneeded
  doc: update build instructions in the Linux guide
  mk: add a paused deprecation warning before each build

 doc/guides/bbdevs/fpga_5gnr_fec.rst           |   9 +-
 doc/guides/bbdevs/fpga_lte_fec.rst            |   9 +-
 doc/guides/cryptodevs/virtio.rst              |   9 +-
 .../virtio_user_for_container_networking.rst  |   6 -
 doc/guides/linux_gsg/build_dpdk.rst           |  66 +++--------
 .../linux_gsg/nic_perf_intel_platform.rst     |   8 +-
 doc/guides/nics/bnxt.rst                      |  30 +----
 doc/guides/nics/build_and_test.rst            |  43 +------
 doc/guides/prog_guide/extend_dpdk.rst         | 109 ------------------
 doc/guides/prog_guide/index.rst               |   1 -
 doc/guides/testpmd_app_ug/build_app.rst       |  26 -----
 mk/rte.sdkconfig.mk                           |   5 -
 mk/rte.sdkroot.mk                             |  16 +++
 13 files changed, 51 insertions(+), 286 deletions(-)
 delete mode 100644 doc/guides/prog_guide/extend_dpdk.rst
  

Comments

David Marchand June 29, 2020, 2:15 p.m. UTC | #1
On Thu, Jun 25, 2020 at 11:43 PM Thomas Monjalon <thomas@monjalon.net> 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, configuration and installation layout,
> as soon as possible. Please HELP!
>
> A trick to find some affected docs:
>                   git grep -- -linux- doc
> *********************************************
>
>
> It should be the final step before complete removal
> of the "make" build system in DPDK 20.11.
>
>
> Thomas Monjalon (4):
>   doc: remove outdated guidelines for library addition
>   doc: remove build instructions where unneeded
>   doc: update build instructions in the Linux guide
>   mk: add a paused deprecation warning before each build
>
>  doc/guides/bbdevs/fpga_5gnr_fec.rst           |   9 +-
>  doc/guides/bbdevs/fpga_lte_fec.rst            |   9 +-
>  doc/guides/cryptodevs/virtio.rst              |   9 +-
>  .../virtio_user_for_container_networking.rst  |   6 -

Lucky guys who got their doc updated, are you expecting a beer from them?


>  doc/guides/linux_gsg/build_dpdk.rst           |  66 +++--------
>  .../linux_gsg/nic_perf_intel_platform.rst     |   8 +-
>  doc/guides/nics/bnxt.rst                      |  30 +----
>  doc/guides/nics/build_and_test.rst            |  43 +------
>  doc/guides/prog_guide/extend_dpdk.rst         | 109 ------------------
>  doc/guides/prog_guide/index.rst               |   1 -
>  doc/guides/testpmd_app_ug/build_app.rst       |  26 -----
>  mk/rte.sdkconfig.mk                           |   5 -
>  mk/rte.sdkroot.mk                             |  16 +++
>  13 files changed, 51 insertions(+), 286 deletions(-)
>  delete mode 100644 doc/guides/prog_guide/extend_dpdk.rst

I noticed a warning from FreeBSD shell/read command, could you have a look?
The read command expects a variable name where to store input.

Apart from that, for the series,
Acked-by: David Marchand <david.marchand@redhat.com>
  
Thomas Monjalon June 29, 2020, 2:26 p.m. UTC | #2
29/06/2020 16:15, David Marchand:
> On Thu, Jun 25, 2020 at 11:43 PM Thomas Monjalon <thomas@monjalon.net> 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, configuration and installation layout,
> > as soon as possible. Please HELP!
> >
> > A trick to find some affected docs:
> >                   git grep -- -linux- doc
> > *********************************************
> >
> >
> > It should be the final step before complete removal
> > of the "make" build system in DPDK 20.11.
> >
> >
> > Thomas Monjalon (4):
> >   doc: remove outdated guidelines for library addition
> >   doc: remove build instructions where unneeded
> >   doc: update build instructions in the Linux guide
> >   mk: add a paused deprecation warning before each build
> >
> >  doc/guides/bbdevs/fpga_5gnr_fec.rst           |   9 +-
> >  doc/guides/bbdevs/fpga_lte_fec.rst            |   9 +-
> >  doc/guides/cryptodevs/virtio.rst              |   9 +-
> >  .../virtio_user_for_container_networking.rst  |   6 -
> 
> Lucky guys who got their doc updated, are you expecting a beer from them?

I hope so :)

> >  doc/guides/linux_gsg/build_dpdk.rst           |  66 +++--------
> >  .../linux_gsg/nic_perf_intel_platform.rst     |   8 +-
> >  doc/guides/nics/bnxt.rst                      |  30 +----
> >  doc/guides/nics/build_and_test.rst            |  43 +------
> >  doc/guides/prog_guide/extend_dpdk.rst         | 109 ------------------
> >  doc/guides/prog_guide/index.rst               |   1 -
> >  doc/guides/testpmd_app_ug/build_app.rst       |  26 -----
> >  mk/rte.sdkconfig.mk                           |   5 -
> >  mk/rte.sdkroot.mk                             |  16 +++
> >  13 files changed, 51 insertions(+), 286 deletions(-)
> >  delete mode 100644 doc/guides/prog_guide/extend_dpdk.rst
> 
> I noticed a warning from FreeBSD shell/read command, could you have a look?
> The read command expects a variable name where to store input.

Yes, good catch.
"read" must take a variable like "make junk".
I will fix while merging.

> Apart from that, for the series,
> Acked-by: David Marchand <david.marchand@redhat.com>

Thanks, applied.