mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
Ubreak multi-variant build than was broken by stage defaulting patch.
[SVN r52328]
This commit is contained in:
parent
a2a461573e
commit
9c70dac3c4
1 changed files with 8 additions and 3 deletions
11
Jamroot
11
Jamroot
|
@ -586,17 +586,22 @@ stage-abs = [ path.native [ path.root $(stage-locate)/lib [ path.pwd ] ] ] ;
|
|||
|
||||
# This target is built by default, and will forward to 'stage'
|
||||
# after producing some explanations.
|
||||
alias forward : explain stage ;
|
||||
targets.create-metatarget top-level-target : [ project.current ]
|
||||
: forward
|
||||
: explain stage
|
||||
;
|
||||
|
||||
|
||||
message explain :
|
||||
"\nBuilding C++ Boost.
|
||||
|
||||
After the build, the headers will be located at
|
||||
|
||||
$(BOOST_ROOT)
|
||||
$(BOOST_ROOT)
|
||||
|
||||
The libraries will be located at
|
||||
|
||||
$(stage-abs)
|
||||
$(stage-abs)
|
||||
|
||||
Use 'bjam install --prefix=<path>' if you wish to install headers and
|
||||
libraries to a different location and remove the source tree.\n\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue