2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-20 02:32:13 +00:00

Fix a bug in error message.

Thanks to Alexey Syomichev for the bug report.


[SVN r26592]
This commit is contained in:
Vladimir Prus
2004-12-28 07:55:01 +00:00
parent 600978f0a3
commit 4ad4b36d1b

View File

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