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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user