2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Don't produce any messages upon seeing <build>no.

[SVN r59840]
This commit is contained in:
Vladimir Prus
2010-02-22 10:41:26 +00:00
parent 94dc4b82e9
commit a8f11a4efb

View File

@@ -1320,8 +1320,10 @@ class basic-target : abstract-target
}
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
{