From ff60a566a68613266deb7fa23ba76cece846c299 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 6 Nov 2008 17:54:01 +0000 Subject: [PATCH] Document more options [SVN r49617] --- doc/src/advanced.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/doc/src/advanced.xml b/doc/src/advanced.xml index 8a046a833..9a4662f77 100644 --- a/doc/src/advanced.xml +++ b/doc/src/advanced.xml @@ -608,6 +608,49 @@ bjam toolset=gcc variant=debug optimization=space + + + + + Causes all files to be rebuilt. + + + + + + + Do no execute the commands, only print them. + + + + + + + Show commands as they are executed. + + + + + + + Supress all informational messages. + + + + + + + Stop at first error, as opposed to continuing to build targets + that don't depend on the failed ones. + + + + + + + Run up to N commands in parallel. + +