Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49364 - branches/release
From: ghost_at_[hidden]
Date: 2008-10-16 09:43:26


Author: vladimir_prus
Date: 2008-10-16 09:43:25 EDT (Thu, 16 Oct 2008)
New Revision: 49364
URL: http://svn.boost.org/trac/boost/changeset/49364

Log:
Merge tr1 install fixes
Text files modified:
   branches/release/Jamroot | 10 ++++++----
   1 files changed, 6 insertions(+), 4 deletions(-)

Modified: branches/release/Jamroot
==============================================================================
--- branches/release/Jamroot (original)
+++ branches/release/Jamroot 2008-10-16 09:43:25 EDT (Thu, 16 Oct 2008)
@@ -364,10 +364,12 @@
 }
 
 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


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