mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
These targets should be explicit.
[SVN r83684]
This commit is contained in:
parent
f6f22788a8
commit
5e8a23512d
1 changed files with 2 additions and 0 deletions
|
@ -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 ;
|
||||
|
|
Loading…
Add table
Reference in a new issue