Skip to content

Commit 01cefc9

Browse files
mkartashevmagicus
authored andcommitted
8277977: Incorrect references to --enable-reproducible-builds in docs
Reviewed-by: ihse
1 parent 69f56a0 commit 01cefc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/building.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ <h2 id="reproducible-builds">Reproducible Builds</h2>
891891
<ul>
892892
<li>Turn on build system support for reproducible builds</li>
893893
</ul>
894-
<p>Add the flag <code>--enable-reproducible-builds</code> to your <code>configure</code> command line. This will turn on support for reproducible builds where it could otherwise be lacking.</p>
894+
<p>Add the flag <code>--enable-reproducible-build</code> to your <code>configure</code> command line. This will turn on support for reproducible builds where it could otherwise be lacking.</p>
895895
<ul>
896896
<li>Do not rely on <code>configure</code>'s default adhoc version strings</li>
897897
</ul>

doc/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ non-determinism and make a larger part of the build reproducible:
15181518
15191519
* Turn on build system support for reproducible builds
15201520
1521-
Add the flag `--enable-reproducible-builds` to your `configure` command line.
1521+
Add the flag `--enable-reproducible-build` to your `configure` command line.
15221522
This will turn on support for reproducible builds where it could otherwise be
15231523
lacking.
15241524

make/autoconf/jdk-options.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ AC_DEFUN_ONCE([JDKOPT_SETUP_REPRODUCIBLE_BUILD],
702702
if test "x$OPENJDK_BUILD_OS" = xwindows && \
703703
test "x$ALLOW_ABSOLUTE_PATHS_IN_OUTPUT" = xfalse && \
704704
test "x$ENABLE_REPRODUCIBLE_BUILD" = xfalse; then
705-
AC_MSG_NOTICE([On Windows it is not possible to combine --disable-reproducible-builds])
705+
AC_MSG_NOTICE([On Windows it is not possible to combine --disable-reproducible-build])
706706
AC_MSG_NOTICE([with --disable-absolute-paths-in-output.])
707707
AC_MSG_ERROR([Cannot continue])
708708
fi

0 commit comments

Comments
 (0)