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

Add the location of the duplicate project id to the error message.

[SVN r56131]
This commit is contained in:
Jürgen Hunold
2009-09-10 09:48:06 +00:00
parent 5c53eedbe0
commit afe576bc08

View File

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