Magellan Linux

Diff of /trunk/extras/boost/boost-1.40.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3702 by niro, Fri Oct 30 15:42:19 2009 UTC revision 3703 by niro, Fri Oct 30 16:25:31 2009 UTC
# Line 43  src_compile() Line 43  src_compile()
43   ${bjam} || die   ${bjam} || die
44    
45   # build boost libraries   # build boost libraries
46     # --layout=tagged will add the "-mt" suffix for multithreaded libraries
47     # and installs includes in /usr/include/boost.
48     # --layout=system no longer adds the -mt suffix for multi-threaded libs.
49   cd ${SRCDIR}   cd ${SRCDIR}
50   ${bjam} \   ${bjam} \
51   release \   release \

Legend:
Removed from v.3702  
changed lines
  Added in v.3703