Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49255 - trunk
From: ghost_at_[hidden]
Date: 2008-10-10 13:18:33


Author: vladimir_prus
Date: 2008-10-10 13:18:32 EDT (Fri, 10 Oct 2008)
New Revision: 49255
URL: http://svn.boost.org/trac/boost/changeset/49255

Log:
Install TR1 headers. Addresses #2404.
Patch from Chris Allen.

Text files modified:
   trunk/Jamroot | 9 ++++++---
   1 files changed, 6 insertions(+), 3 deletions(-)

Modified: trunk/Jamroot
==============================================================================
--- trunk/Jamroot (original)
+++ trunk/Jamroot 2008-10-10 13:18:32 EDT (Fri, 10 Oct 2008)
@@ -367,9 +367,12 @@
 }
 
 local headers =
- [ path.glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc : CVS .svn ]
- [ path.glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* : CVS
- .svn ] ;
+ # 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 ]
+ ;
 
 # Complete install.
 package.install install-proper


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk