2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-10 23:32:20 +00:00

Document the --build-dir option.

[SVN r33063]
This commit is contained in:
Vladimir Prus
2006-02-21 12:16:10 +00:00
parent e55ffe750d
commit bbb386b61f

View File

@@ -402,6 +402,23 @@ bjam optimization=space
</listitem>
</varlistentry>
<varlistentry>
<term><option>--build-dir</option></term>
<listitem>
<para>Changes build directories for all project roots being built. When
this option is specified, all Jamroot files should declare project name.
The build directory for the project root will be computed by contanating
the value of the <option>--build-dir</option> option, the project name
specified in Jamroot, and the build dir specified in Jamroot
(or <literal>bin</literal>, if none is specified).
</para>
<para>The option is primarily useful when building from read-only
media, when you can't modify Jamroot.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--version</option></term>
<listitem>