]> git.droids-corp.org - dpdk.git/commitdiff
doc: remove references to the old build system
authorThomas Monjalon <thomas@monjalon.net>
Wed, 15 Sep 2021 16:28:45 +0000 (18:28 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 23 Sep 2021 06:45:10 +0000 (08:45 +0200)
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>
doc/guides/contributing/abi_versioning.rst
doc/guides/rel_notes/release_21_11.rst
drivers/common/mlx5/linux/meson.build
drivers/net/mlx4/meson.build
drivers/net/tap/meson.build

index 7ff18f4f7478096d2a3ecb5f00d180791f8d97b3..dd96527ee59fc0eec1b45fd2fa63e8ff4371854f 100644 (file)
@@ -417,8 +417,7 @@ versioning, in the ``meson.build`` file we add the following
    use_function_versioning = true
 
 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
-directive required for the ``make`` build system.
+enable the function version macros when building.
 
 
 .. _aliasing_experimental_symbols:
index 68b6405ae08aa383c83863dae8293e21c0a75078..ad7c1afec0f776b140acd3cb81c28bb95cb57b5d 100644 (file)
@@ -17,8 +17,8 @@ DPDK Release 21.11
 
    Build the docs and view the output file to ensure the changes are correct::
 
-      make doc-guides-html
-      xdg-open build/doc/html/guides/rel_notes/release_21_11.html
+      ninja -C build doc
+      xdg-open build/doc/guides/html/rel_notes/release_21_11.html
 
 
 New Features
index 6abf27ce638c87721e720178adb52dd7fcef1674..cbea58f557d923daa3356257650653dfc0f6a59d 100644 (file)
@@ -55,8 +55,6 @@ endif
 
 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:
 # [ "MACRO to define if found", "header for the search",
 #   "symbol to search", "struct member to search" ]
index 5ab6b7f16dba0bc201d64bcbacfeacca8b3cd512..99a30eab8f6f9807393346ee19bb5a6124183fad 100644 (file)
@@ -83,8 +83,6 @@ if get_option('buildtype').contains('debug')
 else
     cflags += [ '-UPEDANTIC' ]
 endif
-# To maintain the compatibility with the make build system
-# mlx4_autoconf.h file is still generated.
 # input array for meson member search:
 # [ "MACRO to define if found", "header for the search",
 #   "symbol to search", "struct member to search" ]
index 43fd7775e650af0cab32924baadb5df914d0486f..c09713a67b9d87d595dd636bbfaf12ddf12b65c9 100644 (file)
@@ -18,8 +18,6 @@ deps = ['bus_vdev', 'gso', 'hash']
 
 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:
 # [ "MACRO to define if found", "header for the search",
 #   "enum/define", "symbol to search" ]