We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5a31f commit a7432d1Copy full SHA for a7432d1
docs/scripts/make-cross-ovs.rst
@@ -38,16 +38,16 @@ Paths
38
39
``--build=BLDDIR``, ``-B BLDDIR``
40
Directory that CMake will use to perform the build.
41
-
42
Will be created if it does not exist.
+
43
Specifies the value of the ``-B`` CMake option.
44
Can be used to create separate build directories for native and
45
cross-compiled builds.
46
Defaults to ``ovs/build``.
47
48
``--prefix=PREFIX``, ``-P PREFIX`` *(see note)*
49
Directory in which OVS will be installed.
50
- The directory will be created if it does not exist.
+ Will be created if it does not exist.
51
52
Specifies the value of the ``CMAKE_INSTALL_PREFIX`` variable when
53
building P4 Control Plane.
0 commit comments