doc: remove references to the old build system

Some docs and comments in Meson files are still mentioning
the old build system based on "make", removed in 20.11.
After one year, such references are better to be removed.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: David Marchand <david.marchand@redhat.com>
This commit is contained in:
Thomas Monjalon 2021-09-15 18:28:45 +02:00
parent 6d124f592c
commit 70d2f42110
5 changed files with 3 additions and 10 deletions

View File

@ -417,8 +417,7 @@ versioning, in the ``meson.build`` file we add the following
use_function_versioning = true use_function_versioning = true
at the start of the head of the file. This will indicate to the tool-chain to at the start of the head of the file. This will indicate to the tool-chain to
enable the function version macros when building. There is no corresponding enable the function version macros when building.
directive required for the ``make`` build system.
.. _aliasing_experimental_symbols: .. _aliasing_experimental_symbols:

View File

@ -17,8 +17,8 @@ DPDK Release 21.11
Build the docs and view the output file to ensure the changes are correct:: Build the docs and view the output file to ensure the changes are correct::
make doc-guides-html ninja -C build doc
xdg-open build/doc/html/guides/rel_notes/release_21_11.html xdg-open build/doc/guides/html/rel_notes/release_21_11.html
New Features New Features

View File

@ -55,8 +55,6 @@ endif
deps += ['bus_auxiliary'] deps += ['bus_auxiliary']
# To maintain the compatibility with the make build system
# mlx5_autoconf.h file is still generated.
# input array for meson member search: # input array for meson member search:
# [ "MACRO to define if found", "header for the search", # [ "MACRO to define if found", "header for the search",
# "symbol to search", "struct member to search" ] # "symbol to search", "struct member to search" ]

View File

@ -83,8 +83,6 @@ if get_option('buildtype').contains('debug')
else else
cflags += [ '-UPEDANTIC' ] cflags += [ '-UPEDANTIC' ]
endif endif
# To maintain the compatibility with the make build system
# mlx4_autoconf.h file is still generated.
# input array for meson member search: # input array for meson member search:
# [ "MACRO to define if found", "header for the search", # [ "MACRO to define if found", "header for the search",
# "symbol to search", "struct member to search" ] # "symbol to search", "struct member to search" ]

View File

@ -18,8 +18,6 @@ deps = ['bus_vdev', 'gso', 'hash']
cflags += '-DTAP_MAX_QUEUES=16' cflags += '-DTAP_MAX_QUEUES=16'
# To maintain the compatibility with the make build system
# tap_autoconf.h file is still generated.
# input array for meson symbol search: # input array for meson symbol search:
# [ "MACRO to define if found", "header for the search", # [ "MACRO to define if found", "header for the search",
# "enum/define", "symbol to search" ] # "enum/define", "symbol to search" ]