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