diff options
author | Steven Watanabe <steven@providere-consulting.com> | 2017-12-15 12:08:16 -0700 |
---|---|---|
committer | Steven Watanabe <steven@providere-consulting.com> | 2018-01-25 12:15:27 -0700 |
commit | fd1d7a0a4ce22012e7e2083260d84780d1f702fe (patch) | |
tree | 71435186bd82445942d641e22c2afaa466a355b9 /Jamroot | |
parent | afd6cd1db62d97a6db995c6ba4be4cc260c45114 (diff) | |
download | boost-fd1d7a0a4ce22012e7e2083260d84780d1f702fe.tar.gz |
Allow install directly from the modular layout, without running b2 headers first. stage now runs headers automatically.
Diffstat (limited to 'Jamroot')
-rw-r--r-- | Jamroot | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -332,9 +332,9 @@ headers = # installed (see http://lists.boost.org/Archives/boost/2007/05/121430.php). [ path.glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc *.SUNWCCh : CVS .svn ] [ path.glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* : CVS .svn ] - [ path.glob boost/tr1/tr1 : * : bcc32 sun CVS .svn ] + [ path.glob $(BOOST_ROOT)/boost/tr1/tr1 : * : bcc32 sun CVS .svn ] ; # Declare special top-level targets that build and install the desired variants # of the libraries. -boostcpp.declare-targets $(all-libraries) : $(headers) ; +boostcpp.declare-targets $(all-libraries) : $(headers) : $(all-headers) ; |