Update of /cvsroot/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25722

Modified Files:
        Jamfile.v2 
Log Message:
Fix incorrect placement of headers directly into includedir with system layout. 
Fix library names including toolset tag in system layout.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/Jamfile.v2,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Jamfile.v2  3 Nov 2006 00:54:46 -0000       1.48
+++ Jamfile.v2  10 Nov 2006 16:18:35 -0000      1.49
@@ -291,7 +291,7 @@
         else
         {
             return [ common.format-name
-                <base> <toolset> <threading> <runtime> -$(BUILD_ID)
+                <base> <threading> <runtime> -$(BUILD_ID)
                 : $(name) : $(type) : $(property-set) ] ;
         }
     }
@@ -306,6 +306,10 @@
 {
     install-requirements += 
<install-header-subdir>boost-$(BOOST_VERSION_TAG)/boost ;
 }
+else
+{
+    install-requirements += <install-header-subdir>boost ;
+}
 if [ modules.peek : NT ]
 {
     install-requirements += <install-default-prefix>C:/Boost ;
@@ -320,10 +324,6 @@
     [ path.glob-tree boost/compatibility/cpp_c_headers : c* : CVS ]
     ;
 
-local header-subdir ;
-if $(layout-versioned) { header-subdir = boost-$(BOOST_VERSION_TAG)/boost ; }
-else { header-subdir = boost ; }
-
 
 # Complete install
 package.install install


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to