From 4ad4b36d1bf83d48ef33f2dae9b808f98b7c0354 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 28 Dec 2004 07:55:01 +0000 Subject: [PATCH] Fix a bug in error message. Thanks to Alexey Syomichev for the bug report. [SVN r26592] --- v2/build/targets.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/build/targets.jam b/v2/build/targets.jam index f9cfdff56..b1f38f18a 100644 --- a/v2/build/targets.jam +++ b/v2/build/targets.jam @@ -414,6 +414,7 @@ class project-target : abstract-target { if ! $(no-error) { + local current-location = [ get location ] ; ECHO "error: Unable to find file or target named" ; ECHO "error: '$(id)'" ; ECHO "error: referred from project at" ;