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" ;