mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 10:36:40 +08:00
rsb: Add '--patchdir' option description
According to commit d30be3129e9681a74efc80ce241aaf3c3a5b0efe in rtems-source-builder repo. Signed-off-by: Maksim E. Kozlov <maksim.e.kozlov@gmail.com>
This commit is contained in:
parent
7048e5fbc6
commit
96fe12c6c2
@ -31,6 +31,7 @@ This commands checks your system is set up correctly. Most options are ignored::
|
|||||||
--configdir path : Path to the configuration directory, default: ./config
|
--configdir path : Path to the configuration directory, default: ./config
|
||||||
--builddir path : Path to the build directory, default: ./build
|
--builddir path : Path to the build directory, default: ./build
|
||||||
--sourcedir path : Path to the source directory, default: ./source
|
--sourcedir path : Path to the source directory, default: ./source
|
||||||
|
--patchdir path : Path to the patches directory, default: ./patches
|
||||||
--tmppath path : Path to the temp directory, default: ./tmp
|
--tmppath path : Path to the temp directory, default: ./tmp
|
||||||
--macros file[,[file] : Macro format files to load after the defaults
|
--macros file[,[file] : Macro format files to load after the defaults
|
||||||
--log file : Log file where all build out is written too
|
--log file : Log file where all build out is written too
|
||||||
@ -72,6 +73,7 @@ arguments. Most options are ignored::
|
|||||||
--configdir path : Path to the configuration directory, default: ./config
|
--configdir path : Path to the configuration directory, default: ./config
|
||||||
--builddir path : Path to the build directory, default: ./build
|
--builddir path : Path to the build directory, default: ./build
|
||||||
--sourcedir path : Path to the source directory, default: ./source
|
--sourcedir path : Path to the source directory, default: ./source
|
||||||
|
--patchdir path : Path to the patches directory, default: ./patches
|
||||||
--tmppath path : Path to the temp directory, default: ./tmp
|
--tmppath path : Path to the temp directory, default: ./tmp
|
||||||
--macros file[,[file] : Macro format files to load after the defaults
|
--macros file[,[file] : Macro format files to load after the defaults
|
||||||
--log file : Log file where all build out is written too
|
--log file : Log file where all build out is written too
|
||||||
@ -109,6 +111,7 @@ This command builds a set::
|
|||||||
--configdir path : Path to the configuration directory, default: ./config
|
--configdir path : Path to the configuration directory, default: ./config
|
||||||
--builddir path : Path to the build directory, default: ./build
|
--builddir path : Path to the build directory, default: ./build
|
||||||
--sourcedir path : Path to the source directory, default: ./source
|
--sourcedir path : Path to the source directory, default: ./source
|
||||||
|
--patchdir path : Path to the patches directory, default: ./patches
|
||||||
--tmppath path : Path to the temp directory, default: ./tmp
|
--tmppath path : Path to the temp directory, default: ./tmp
|
||||||
--macros file[,[file] : Macro format files to load after the defaults
|
--macros file[,[file] : Macro format files to load after the defaults
|
||||||
--log file : Log file where all build out is written too
|
--log file : Log file where all build out is written too
|
||||||
@ -196,6 +199,9 @@ The ``arguments`` are a list of build sets to build.
|
|||||||
``--sourcedir path``:
|
``--sourcedir path``:
|
||||||
Path to the source directory. This overrides the default of +source+.
|
Path to the source directory. This overrides the default of +source+.
|
||||||
|
|
||||||
|
``--patchdir path``:
|
||||||
|
Path to the patches directory. This overrides the default of +patches+.
|
||||||
|
|
||||||
``--tmppath path``:
|
``--tmppath path``:
|
||||||
Path to the temporary directory. This overrides the default of +tmp+.
|
Path to the temporary directory. This overrides the default of +tmp+.
|
||||||
|
|
||||||
@ -311,6 +317,7 @@ file. Configuration files have the extension of ``.cfg``::
|
|||||||
--configdir path : Path to the configuration directory, default: ./config
|
--configdir path : Path to the configuration directory, default: ./config
|
||||||
--builddir path : Path to the build directory, default: ./build
|
--builddir path : Path to the build directory, default: ./build
|
||||||
--sourcedir path : Path to the source directory, default: ./source
|
--sourcedir path : Path to the source directory, default: ./source
|
||||||
|
--patchdir path : Path to the patches directory, default: ./patches
|
||||||
--tmppath path : Path to the temp directory, default: ./tmp
|
--tmppath path : Path to the temp directory, default: ./tmp
|
||||||
--macros file[,[file] : Macro format files to load after the defaults
|
--macros file[,[file] : Macro format files to load after the defaults
|
||||||
--log file : Log file where all build out is written too
|
--log file : Log file where all build out is written too
|
||||||
|
Loading…
x
Reference in New Issue
Block a user