From bbb386b61fcc970fc12c0d66fc53eb679d3161af Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 21 Feb 2006 12:16:10 +0000 Subject: [PATCH] Document the --build-dir option. [SVN r33063] --- doc/src/advanced.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/src/advanced.xml b/doc/src/advanced.xml index d1d748818..7334136d4 100644 --- a/doc/src/advanced.xml +++ b/doc/src/advanced.xml @@ -402,6 +402,23 @@ bjam optimization=space + + + + 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, the project name + specified in Jamroot, and the build dir specified in Jamroot + (or bin, if none is specified). + + + The option is primarily useful when building from read-only + media, when you can't modify Jamroot. + + + +