From b2a27c059b2bc9050ef10d53ecb02463fec6ecd4 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 10 Oct 2003 12:19:17 +0000 Subject: [PATCH] Tweak wording. [SVN r20333] --- new/targets.jam | 2 +- v2/build/targets.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ;