$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59840 - trunk/tools/build/v2/build
From: ghost_at_[hidden]
Date: 2010-02-22 05:41:27
Author: vladimir_prus
Date: 2010-02-22 05:41:26 EST (Mon, 22 Feb 2010)
New Revision: 59840
URL: http://svn.boost.org/trac/boost/changeset/59840
Log:
Don't produce any messages upon seeing <build>no.
Text files modified:
trunk/tools/build/v2/build/targets.jam | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Modified: trunk/tools/build/v2/build/targets.jam
==============================================================================
--- trunk/tools/build/v2/build/targets.jam (original)
+++ trunk/tools/build/v2/build/targets.jam 2010-02-22 05:41:26 EST (Mon, 22 Feb 2010)
@@ -1320,8 +1320,10 @@
}
else if [ $(rproperties).get <build> ] = no
{
- ECHO [ targets.indent ] "Skipping build of: " [ full-name ]
- " <build>no in common properties" ;
+ # If we just see <build>no, we cannot produce any reasonable
+ # diagnostics. The code that adds this property is expected
+ # to explain why a target is not built, for example using
+ # the configure.log-component-configuration function.
}
else
{