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

Clarify error message

[SVN r38515]
This commit is contained in:
Vladimir Prus
2007-08-08 18:51:35 +00:00
parent cb599e166a
commit 8031ebdacd

View File

@@ -726,7 +726,7 @@ rule use ( id : location )
&& $($(id).jamfile-module) != $(project-module)
{
errors.user-error
"Attempt to redeclare already existing project id" ;
"Attempt to redeclare already existing project id '$(id)'" ;
}
$(id).jamfile-module = $(project-module) ;
}