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

More verbose "Skipping" message, telling what it is beeing skipped.

[SVN r40458]
This commit is contained in:
Roland Schwarz
2007-10-25 07:52:25 +00:00
parent 79c23bc9c6
commit 37decb083c

View File

@@ -1260,16 +1260,16 @@ class basic-target : abstract-target
if $(rproperties[1]) = "@error"
{
ECHO [ targets.indent ]
"Skipping build: cannot compute common properties" ;
"Skipping build of: " [ full-name ] " cannot compute common properties" ;
}
else if [ $(rproperties).get <build> ] = no
{
ECHO [ targets.indent ]
"Skipping build: <build>no in common properties" ;
"Skipping build of: " [ full-name ] " <build>no in common properties" ;
}
else
{
ECHO [ targets.indent ] "Skipping build: unknown reason" ;
ECHO [ targets.indent ] "Skipping build of: " [ full-name] " unknown reason" ;
}
# We're here either because there's error computing