|
Boost-Commit : |
From: roland.schwarz_at_[hidden]
Date: 2007-10-25 03:52:26
Author: speedsnail
Date: 2007-10-25 03:52:25 EDT (Thu, 25 Oct 2007)
New Revision: 40458
URL: http://svn.boost.org/trac/boost/changeset/40458
Log:
More verbose "Skipping" message, telling what it is beeing skipped.
Text files modified:
trunk/tools/build/v2/build/targets.jam | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/tools/build/v2/build/targets.jam
==============================================================================
--- trunk/tools/build/v2/build/targets.jam (original)
+++ trunk/tools/build/v2/build/targets.jam 2007-10-25 03:52:25 EDT (Thu, 25 Oct 2007)
@@ -1260,16 +1260,16 @@
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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk