diff --git a/new/targets.jam b/new/targets.jam index adf069c10..85f703f37 100644 --- a/new/targets.jam +++ b/new/targets.jam @@ -526,7 +526,7 @@ class main-target : abstract-target if ! $(best-alternatives) { errors.error - "skipped build of" [ full-name ] + "failed to build" [ full-name ] "with properties" [ $(property-set).raw ] "because no best-matching alternative could be found" ; diff --git a/v2/build/targets.jam b/v2/build/targets.jam index adf069c10..85f703f37 100644 --- a/v2/build/targets.jam +++ b/v2/build/targets.jam @@ -526,7 +526,7 @@ class main-target : abstract-target if ! $(best-alternatives) { errors.error - "skipped build of" [ full-name ] + "failed to build" [ full-name ] "with properties" [ $(property-set).raw ] "because no best-matching alternative could be found" ;