8273497: building.md should link to both md and html
Reviewed-by: erikj, shade
This commit is contained in:
parent
3884580591
commit
5bfd043e16
@ -488,7 +488,7 @@
|
|||||||
<li><code>CONF</code> and <code>CONF_NAME</code> - Selecting the configuration(s) to use. See <a href="#using-multiple-configurations">Using Multiple Configurations</a></li>
|
<li><code>CONF</code> and <code>CONF_NAME</code> - Selecting the configuration(s) to use. See <a href="#using-multiple-configurations">Using Multiple Configurations</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4 id="test-make-control-variables">Test Make Control Variables</h4>
|
<h4 id="test-make-control-variables">Test Make Control Variables</h4>
|
||||||
<p>These make control variables only make sense when running tests. Please see <a href="testing.html">Testing the JDK</a> for details.</p>
|
<p>These make control variables only make sense when running tests. Please see <strong>Testing the JDK</strong> (<a href="testing.html">html</a>, <a href="testing.md">markdown</a>) for details.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>TEST</code></li>
|
<li><code>TEST</code></li>
|
||||||
<li><code>TEST_JOBS</code></li>
|
<li><code>TEST_JOBS</code></li>
|
||||||
@ -514,7 +514,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<p>To execute the most basic tests (tier 1), use:</p>
|
<p>To execute the most basic tests (tier 1), use:</p>
|
||||||
<pre><code>make run-test-tier1</code></pre>
|
<pre><code>make run-test-tier1</code></pre>
|
||||||
<p>For more details on how to run tests, please see the <a href="testing.html">Testing the JDK</a> document.</p>
|
<p>For more details on how to run tests, please see <strong>Testing the JDK</strong> (<a href="testing.html">html</a>, <a href="testing.md">markdown</a>).</p>
|
||||||
<h2 id="cross-compiling">Cross-compiling</h2>
|
<h2 id="cross-compiling">Cross-compiling</h2>
|
||||||
<p>Cross-compiling means using one platform (the <em>build</em> platform) to generate output that can ran on another platform (the <em>target</em> platform).</p>
|
<p>Cross-compiling means using one platform (the <em>build</em> platform) to generate output that can ran on another platform (the <em>target</em> platform).</p>
|
||||||
<p>The typical reason for cross-compiling is that the build is performed on a more powerful desktop computer, but the resulting binaries will be able to run on a different, typically low-performing system. Most of the complications that arise when building for embedded is due to this separation of <em>build</em> and <em>target</em> systems.</p>
|
<p>The typical reason for cross-compiling is that the build is performed on a more powerful desktop computer, but the resulting binaries will be able to run on a different, typically low-performing system. Most of the complications that arise when building for embedded is due to this separation of <em>build</em> and <em>target</em> systems.</p>
|
||||||
|
@ -818,7 +818,7 @@ configuration, as opposed to the "configure time" configuration.
|
|||||||
#### Test Make Control Variables
|
#### Test Make Control Variables
|
||||||
|
|
||||||
These make control variables only make sense when running tests. Please see
|
These make control variables only make sense when running tests. Please see
|
||||||
[Testing the JDK](testing.html) for details.
|
**Testing the JDK** ([html](testing.html), [markdown](testing.md)) for details.
|
||||||
|
|
||||||
* `TEST`
|
* `TEST`
|
||||||
* `TEST_JOBS`
|
* `TEST_JOBS`
|
||||||
@ -865,8 +865,8 @@ To execute the most basic tests (tier 1), use:
|
|||||||
make run-test-tier1
|
make run-test-tier1
|
||||||
```
|
```
|
||||||
|
|
||||||
For more details on how to run tests, please see the [Testing
|
For more details on how to run tests, please see **Testing the JDK**
|
||||||
the JDK](testing.html) document.
|
([html](testing.html), [markdown](testing.md)).
|
||||||
|
|
||||||
## Cross-compiling
|
## Cross-compiling
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user