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