diff --git a/doc/building.html b/doc/building.html index 8b69e11d1b1..8d43c95bee5 100644 --- a/doc/building.html +++ b/doc/building.html @@ -488,7 +488,7 @@
CONF
and CONF_NAME
- Selecting the configuration(s) to use. See Using Multiple ConfigurationsThese make control variables only make sense when running tests. Please see Testing the JDK for details.
+These make control variables only make sense when running tests. Please see Testing the JDK (html, markdown) for details.
TEST
TEST_JOBS
To execute the most basic tests (tier 1), use:
make run-test-tier1
-For more details on how to run tests, please see the Testing the JDK document.
+For more details on how to run tests, please see Testing the JDK (html, markdown).
Cross-compiling means using one platform (the build platform) to generate output that can ran on another platform (the target platform).
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 build and target systems.
diff --git a/doc/building.md b/doc/building.md index 835a7d99413..4c8cf213465 100644 --- a/doc/building.md +++ b/doc/building.md @@ -818,7 +818,7 @@ configuration, as opposed to the "configure time" configuration. #### Test Make Control Variables 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_JOBS` @@ -865,8 +865,8 @@ To execute the most basic tests (tier 1), use: make run-test-tier1 ``` -For more details on how to run tests, please see the [Testing -the JDK](testing.html) document. +For more details on how to run tests, please see **Testing the JDK** +([html](testing.html), [markdown](testing.md)). ## Cross-compiling