Integrated: 8292944: Noisy output when running make help the first time

Magnus Ihse Bursie ihse at openjdk.org
Fri Jan 31 14:40:55 UTC 2025


On Wed, 29 Jan 2025 20:50:56 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> From the bug report:
> Running make help after configuring produces a lot of noisy output from make before the actual help text is displayed.
> 
> Reproducer:
> 
> * bash ./configure --with-boot-jdk=... --with-devkit=...
> * make help
> 
> It only happens on the first invocation of make help, subsequent runs only display the actual help text. 
> 
> What happened was that the module-deps.gmk and find-test.gmk files where generated at an inopportune moment.
> 
> Note that this PR is dependent on https://github.com/openjdk/jdk/pull/23355 (I hope I got the Skara incantations right for that...)

This pull request has now been integrated.

Changeset: fcd5ebc7
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fcd5ebc7e8964c7936c0eede031cb6193621f5fb
Stats:     19 lines in 5 files changed: 12 ins; 0 del; 7 mod

8292944: Noisy output when running make help the first time

Reviewed-by: erikj

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

PR: https://git.openjdk.org/jdk/pull/23357


More information about the build-dev mailing list