Skip to content

Commit bca0856

Browse files
committed
8285755: JDK-8285093 changed the default for --with-output-sync
Backport-of: ccf0e8bf9060bca010541b9851f4f39efe9cf375
1 parent 38b60a2 commit bca0856

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
@@ -161,7 +161,7 @@ AC_DEFUN([BASIC_CHECK_MAKE_OUTPUT_SYNC],
161161
[
162162
# Check if make supports the output sync option and if so, setup using it.
163163
UTIL_ARG_WITH(NAME: output-sync, TYPE: literal,
164-
VALID_VALUES: [none recurse line target], DEFAULT: recurse,
164+
VALID_VALUES: [none recurse line target], DEFAULT: none,
165165
OPTIONAL: true, ENABLED_DEFAULT: true,
166166
ENABLED_RESULT: OUTPUT_SYNC_SUPPORTED,
167167
CHECKING_MSG: [for make --output-sync value],

0 commit comments

Comments
 (0)