summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorSteven Watanabe <steven@providere-consulting.com>2017-12-15 12:08:16 -0700
committerSteven Watanabe <steven@providere-consulting.com>2018-01-25 12:15:27 -0700
commitfd1d7a0a4ce22012e7e2083260d84780d1f702fe (patch)
tree71435186bd82445942d641e22c2afaa466a355b9 /Jamroot
parentafd6cd1db62d97a6db995c6ba4be4cc260c45114 (diff)
downloadboost-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--Jamroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamroot b/Jamroot
index 88ded6f339..c285815f57 100644
--- a/Jamroot
+++ b/Jamroot
@@ -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) ;