$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53378 - trunk
From: ghost_at_[hidden]
Date: 2009-05-29 04:01:32
Author: vladimir_prus
Date: 2009-05-29 04:01:31 EDT (Fri, 29 May 2009)
New Revision: 53378
URL: http://svn.boost.org/trac/boost/changeset/53378
Log:
Clarify docs for --build-type=minimal.
Text files modified: 
   trunk/Jamroot |    15 +++++++--------                         
   1 files changed, 7 insertions(+), 8 deletions(-)
Modified: trunk/Jamroot
==============================================================================
--- trunk/Jamroot	(original)
+++ trunk/Jamroot	2009-05-29 04:01:31 EDT (Fri, 29 May 2009)
@@ -43,15 +43,14 @@
 #                           of the libraries. Note, that which variants get
 #                           built depends on what each library supports.
 #
-#                               minimal (default) - Builds the single
-#                               "release" version of the libraries. This
-#                               release corresponds to specifying:
-#                               "release <threading>multi <link>shared
-#                               <link>static <runtime-link>shared" as the
-#                               Boost.Build variant to build.
+#                               minimal (default) - Builds a minimal set of 
+#                               variants. On Windows, these are static 
+#                               multithreaded libraries in debug and release
+#                               modes, using shared runtime. On Linux, these
+#                               are static and shared multithreaded libraries
+#                               in release mode.
 #
-#                               complete - Attempts to build all possible
-#                               variations.
+#                               complete - Build all possible variations.
 #
 #   --build-dir=DIR         Build in this location instead of building
 #                           within the distribution tree. Recommended!