Sfoglia il codice sorgente

Adjust Boost.Jam references to new root/tools/jam location.

[SVN r32873]
Rene Rivera 20 anni fa
parent
commit
fba23ce827

+ 1 - 1
libs/filesystem

@@ -1 +1 @@
-Subproject commit 349f708f016ddffca0a03a327bdfa2c159dbc24e
+Subproject commit b66f0c8c97dc4bfcab42e8be502512aabfc152ac

+ 3 - 3
more/getting_started.html

@@ -213,7 +213,7 @@
       <font size="6"><b><a id="step2" name="step2"></a>2</b></font></td>
 
       <td>The build system uses <a href=
-      "../tools/build/jam_src/index.html">Boost.Jam</a>, an extension of the
+      "../tools/jam/index.html">Boost.Jam</a>, an extension of the
       <a href="http://www.perforce.com/jam/jam.html">Perforce Jam</a>
       portable <i>make</i> replacement. The recommended way to get Boost.Jam
       if you are using a Boost distribution is to <strong><a href=
@@ -221,7 +221,7 @@
       download a prebuilt executable</a></strong> from SourceForge. If a
       prebuilt executable is not provided for your platform or you are using
       Boost's sources in an unreleased state, it may be necessary to <a href=
-      "../tools/build/jam_src/index.html#building_bjam">build <tt>bjam</tt>
+      "../doc/html/jam/building.html">build <tt>bjam</tt>
       from sources</a> included in the Boost source tree. To install
       Boost.Jam, copy the <tt>bjam</tt> executable to a location accessible
       in your <tt>PATH</tt>.</td>
@@ -785,7 +785,7 @@
 
   <p>There are additional options as supported by <a href=
   "../tools/build/v1/build_system.htm">Boost.Build</a> and <a href=
-  "../tools/build/jam_src/index.html">Boost.Jam</a>. Of the additional
+  "../tools/jam/index.html">Boost.Jam</a>. Of the additional
   options perhaps the most imporant is "<tt>-s<a href=
   "../tools/build/v1/build_system.htm#build">BUILD</a>=&lt;features/variants&gt;</tt>"
   which lets you override what is built by default. The

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit ca52008423c7554bb088fd515934042a8f4b9580
+Subproject commit 13cfc022e92297672dd570afb2f4c4f549f23ae4

+ 1 - 1
tools/regression/xsl_reports/runner/regression.py

@@ -61,7 +61,7 @@ else:
 
 bjam[ 'default_toolset' ] = ''
 bjam[ 'path' ] = os.path.join( regression_root, bjam[ 'name' ] )
-bjam[ 'source_dir' ] = os.path.join( boost_root, 'tools', 'build', 'jam_src' )
+bjam[ 'source_dir' ] = os.path.join( boost_root, 'tools', 'jam', 'src' )
 bjam[ 'build_path_root' ] = bjam[ 'source_dir' ]
 
 process_jam_log[ 'path' ] = os.path.join( regression_root, process_jam_log[ 'name' ] )

粤ICP备19079148号