summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2008-10-16 13:43:25 +0000
committerVladimir Prus <ghost@cs.msu.su>2008-10-16 13:43:25 +0000
commitcfd76c518d45057d7cbe884ec3ae9a66dc62bacd (patch)
treea2c1252f142cf3334b3dc24bd63c42f1b43f744d /Jamroot
parent6f60f5a2eb4179cd5f4b21187c18ce2769e99031 (diff)
downloadboost-cfd76c518d45057d7cbe884ec3ae9a66dc62bacd.tar.gz
Merge tr1 install fixes
[SVN r49364]
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot10
1 files changed, 6 insertions, 4 deletions
diff --git a/Jamroot b/Jamroot
index c3d87969f2..7a657c48cb 100644
--- a/Jamroot
+++ b/Jamroot
@@ -364,10 +364,12 @@ else if [ modules.peek : UNIX ]
}
local headers =
- [ path.glob-tree boost : *.hpp *.ipp *.h *.inc : CVS ]
- [ path.glob-tree boost/compatibility/cpp_c_headers : c* : CVS ]
- ;
-
+ # The .SUNWCCh files are present in tr1 include directory and have to be 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 ]
+ ;
# Complete install
package.install install-proper