From a8f11a4efb541aa86b8938717feb5cfba93f3f2e Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 22 Feb 2010 10:41:26 +0000 Subject: [PATCH] Don't produce any messages upon seeing no. [SVN r59840] --- v2/build/targets.jam | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/v2/build/targets.jam b/v2/build/targets.jam index 3d38002d3..d86aa04f6 100644 --- a/v2/build/targets.jam +++ b/v2/build/targets.jam @@ -1320,8 +1320,10 @@ class basic-target : abstract-target } else if [ $(rproperties).get ] = no { - ECHO [ targets.indent ] "Skipping build of: " [ full-name ] - " no in common properties" ; + # If we just see 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 {