diff --git a/src/build/targets.jam b/src/build/targets.jam index 9cddb74e5..758354209 100644 --- a/src/build/targets.jam +++ b/src/build/targets.jam @@ -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 ] = no { ECHO [ targets.indent ] - "Skipping build: no in common properties" ; + "Skipping build of: " [ full-name ] " 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