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 {