$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56131 - trunk/tools/build/v2/build
From: juergen.hunold_at_[hidden]
Date: 2009-09-10 05:48:06
Author: jhunold
Date: 2009-09-10 05:48:06 EDT (Thu, 10 Sep 2009)
New Revision: 56131
URL: http://svn.boost.org/trac/boost/changeset/56131
Log:
Add the location of the duplicate project id to the error message.
Text files modified:
trunk/tools/build/v2/build/project.jam | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/build/project.jam
==============================================================================
--- trunk/tools/build/v2/build/project.jam (original)
+++ trunk/tools/build/v2/build/project.jam 2009-09-10 05:48:06 EDT (Thu, 10 Sep 2009)
@@ -771,7 +771,8 @@
$(project-module) )
{
errors.user-error Attempt to redeclare already existing project id
- '$(id)' ;
+ '$(id)'
+ location '$(location)' ;
}
$(id).jamfile-module = $(project-module) ;
}