8285755: JDK-8285093 changed the default for --with-output-sync

Reviewed-by: mikael, mcimadamore
This commit is contained in:
Erik Joelsson 2022-04-28 12:46:57 +00:00
parent d7514b068f
commit ccf0e8bf90

View File

@ -162,7 +162,7 @@ AC_DEFUN([BASIC_CHECK_MAKE_OUTPUT_SYNC],
[
# Check if make supports the output sync option and if so, setup using it.
UTIL_ARG_WITH(NAME: output-sync, TYPE: literal,
VALID_VALUES: [none recurse line target], DEFAULT: recurse,
VALID_VALUES: [none recurse line target], DEFAULT: none,
OPTIONAL: true, ENABLED_DEFAULT: true,
ENABLED_RESULT: OUTPUT_SYNC_SUPPORTED,
CHECKING_MSG: [for make --output-sync value],