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

Mikael Vidstedt mikael at openjdk.java.net
Wed Apr 27 20:05:43 UTC 2022


On Wed, 27 Apr 2022 19:16:48 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> The make option '--output-sync recurse' can be useful in certain situations, especially when dealing with very verbose output from makefiles and you want to parse them after the fact. However, when running make interactively on the command line, it certainly gets in the way, as output from each sub make call is buffered until that make process terminates.
> 
> In [JDK-8285093](https://bugs.openjdk.java.net/browse/JDK-8285093), the configure logic for this configuration was changed and, probably by mistake, the default was changes to default "recurse" if available in the supplied GNU make. This is a regression for most users of the build system and needs to be changed back.

Marked as reviewed by mikael (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/8431



More information about the build-dev mailing list