summaryrefslogtreecommitdiff
path: root/boostcpp.jam
diff options
context:
space:
mode:
authorSteven Watanabe <steven@providere-consulting.com>2013-04-01 20:10:41 +0000
committerSteven Watanabe <steven@providere-consulting.com>2013-04-01 20:10:41 +0000
commit5e8a23512d900dff411ed5768902100e8e9e259a (patch)
treec31b27d0d5930cb38235295aaa35370b547d9baf /boostcpp.jam
parentf6f22788a84b518233d11296ab3fb6da83798162 (diff)
downloadboost-5e8a23512d900dff411ed5768902100e8e9e259a.tar.gz
These targets should be explicit.
[SVN r83684]
Diffstat (limited to 'boostcpp.jam')
-rw-r--r--boostcpp.jam2
1 files changed, 2 insertions, 0 deletions
diff --git a/boostcpp.jam b/boostcpp.jam
index 62f69bd825..24907a320f 100644
--- a/boostcpp.jam
+++ b/boostcpp.jam
@@ -222,6 +222,7 @@ rule filtered-target ( name : message + : sources + : requirements * )
rule declare_install_and_stage_proper_targets ( libraries * : headers * )
{
+ local p = [ project.current ] ;
for local l in $(libraries)
{
if $(l) = locale
@@ -245,6 +246,7 @@ rule declare_install_and_stage_proper_targets ( libraries * : headers * )
else
{
alias $(l)-for-install : libs/$(l)/build ;
+ $(p).mark-target-as-explicit $(l)-for-install ;
}
}
local library-targets = $(libraries)-for-install ;