[Boost-bugs] [Boost C++ Libraries] #12127: Invoking a library's build//stage ignores --stagedir

Subject: [Boost-bugs] [Boost C++ Libraries] #12127: Invoking a library's build//stage ignores --stagedir
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-04-14 17:52:06


#12127: Invoking a library's build//stage ignores --stagedir
------------------------------+---------------------------
 Reporter: pdimov | Owner: vladimir_prus
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: build
  Version: Boost 1.61.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------
 When trying to stage a library via

 {{{
 b2 -sBOOST_ROOT=c:\projects\boost-git\boost --stagedir=c:\stage
   c:/projects/boost-git/boost/libs/system/build//stage
 }}}

 the `--stagedir` option is ignored and
 `c:/projects/boost-git/boost/libs/system/build/stage` is used instead.

 Steven Watanabe says that this is because `BOOST_STAGE_LOCATE` is set
 in `boostcpp.jam`, but the `boost-install` rule is defined in `Jamroot`.

 He thinks that `boost-install` needs to be moved to `boostcpp.jam`.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12127>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC