Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
Signed-off-by: Derek G Foster <[email protected]>
  • Loading branch information
ffoulkes committed Sep 3, 2023
1 parent 66850eb commit b4ec94a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/scripts/make-all.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,18 @@ Paths
-----

``--deps=DEPS``, ``-D DEPS``
Directory in which the dependencies for the runtime system are installed.
Directory in which the Stratum dependencies for the runtime system
are installed.

P4 Control Plane will be linked with these libraries.
Use this option instead of ``--host`` if you are compiling for the native
(host) system.
Use this option instead of ``--host`` if are building for the native
system (not cross-compiling).
Supplies the value of the ``DEPEND_INSTALL_DIR`` listfile variable.
Defaults to the value of the ``DEPEND_INSTALL`` environment variable.

``--host=HOST``, ``-H HOST``
Directory in which the native (host system) dependencies are installed.
Directory in which the Stratum dependencies for the development system
are installed.

**Only used when cross-compiling**.
Used to compile Protobufs to C++ during cross-compilation.
Expand Down Expand Up @@ -150,13 +152,13 @@ Environment variables
Must be defined when cross-compiling.

``DEPEND_INSTALL``
Directory in which the Stratum dependencies for the target system are
installed.
Directory in which the Stratum dependencies for the runtime system
are installed.
Supplies the default value of the ``--deps`` option.

``HOST_INSTALL``
Directory in which the Stratum dependencies for the host system are
installed.
Directory in which the Stratum dependencies for the development system
are installed.
Supplies the default value of the ``--host`` option.
Only used when cross-compiling.

Expand Down

0 comments on commit b4ec94a

Please sign in to comment.