Integrated: 8285755: JDK-8285093 changed the default for --with-output-sync
Erik Joelsson
erikj at openjdk.java.net
Thu Apr 28 12:50:45 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.
This pull request has now been integrated.
Changeset: ccf0e8bf
Author: Erik Joelsson <erikj at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/ccf0e8bf9060bca010541b9851f4f39efe9cf375
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8285755: JDK-8285093 changed the default for --with-output-sync
Reviewed-by: mikael, mcimadamore
-------------
PR: https://git.openjdk.java.net/jdk/pull/8431
More information about the build-dev
mailing list