mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-15 13:49:42 +02:00
8362244: Devkit's Oracle Linux base OS keyword is incorrectly documented
Reviewed-by: erikj
This commit is contained in:
parent
8e921aee5a
commit
7ea08d3928
2 changed files with 10 additions and 12 deletions
|
@ -1491,12 +1491,12 @@ following targets are known to work:</p>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p><code>BASE_OS</code> must be one of "OEL6" for Oracle Enterprise
|
<p><code>BASE_OS</code> must be one of <code>OL</code> for Oracle
|
||||||
Linux 6 or "Fedora" (if not specified "OEL6" will be the default). If
|
Enterprise Linux or <code>Fedora</code>. If the base OS is
|
||||||
the base OS is "Fedora" the corresponding Fedora release can be
|
<code>Fedora</code> the corresponding Fedora release can be specified
|
||||||
specified with the help of the <code>BASE_OS_VERSION</code> option (with
|
with the help of the <code>BASE_OS_VERSION</code> option. If the build
|
||||||
"27" as default version). If the build is successful, the new devkits
|
is successful, the new devkits can be found in the
|
||||||
can be found in the <code>build/devkit/result</code> subdirectory:</p>
|
<code>build/devkit/result</code> subdirectory:</p>
|
||||||
<pre><code>cd make/devkit
|
<pre><code>cd make/devkit
|
||||||
make TARGETS="ppc64le-linux-gnu aarch64-linux-gnu" BASE_OS=Fedora BASE_OS_VERSION=21
|
make TARGETS="ppc64le-linux-gnu aarch64-linux-gnu" BASE_OS=Fedora BASE_OS_VERSION=21
|
||||||
ls -1 ../../build/devkit/result/
|
ls -1 ../../build/devkit/result/
|
||||||
|
|
|
@ -1285,12 +1285,10 @@ at least the following targets are known to work:
|
||||||
| ppc64le-linux-gnu |
|
| ppc64le-linux-gnu |
|
||||||
| s390x-linux-gnu |
|
| s390x-linux-gnu |
|
||||||
|
|
||||||
`BASE_OS` must be one of "OEL6" for Oracle Enterprise Linux 6 or "Fedora" (if
|
`BASE_OS` must be one of `OL` for Oracle Enterprise Linux or `Fedora`. If the
|
||||||
not specified "OEL6" will be the default). If the base OS is "Fedora" the
|
base OS is `Fedora` the corresponding Fedora release can be specified with the
|
||||||
corresponding Fedora release can be specified with the help of the
|
help of the `BASE_OS_VERSION` option. If the build is successful, the new
|
||||||
`BASE_OS_VERSION` option (with "27" as default version). If the build is
|
devkits can be found in the `build/devkit/result` subdirectory:
|
||||||
successful, the new devkits can be found in the `build/devkit/result`
|
|
||||||
subdirectory:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
cd make/devkit
|
cd make/devkit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue