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:
@@ -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" ;
|
||||
|
||||
Reference in New Issue
Block a user