Skip to content

Commit ccf0e8b

Browse files
committed
8285755: JDK-8285093 changed the default for --with-output-sync
Reviewed-by: mikael, mcimadamore
1 parent d7514b0 commit ccf0e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/autoconf/basic_tools.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ AC_DEFUN([BASIC_CHECK_MAKE_OUTPUT_SYNC],
162162
[
163163
# Check if make supports the output sync option and if so, setup using it.
164164
UTIL_ARG_WITH(NAME: output-sync, TYPE: literal,
165-
VALID_VALUES: [none recurse line target], DEFAULT: recurse,
165+
VALID_VALUES: [none recurse line target], DEFAULT: none,
166166
OPTIONAL: true, ENABLED_DEFAULT: true,
167167
ENABLED_RESULT: OUTPUT_SYNC_SUPPORTED,
168168
CHECKING_MSG: [for make --output-sync value],

0 commit comments

Comments
 (0)