RFR: 8359181: Error messages generated by configure --help after 8301197

SendaoYan syan at openjdk.org
Wed Jun 11 03:26:14 UTC 2025


Hi all,

I have no idea why in make function `HELP_PRINT_ADDITIONAL_HELP_AND_EXIT` can use `$PRINTF` variable but can not use `$ECHO` varibale. This PR use `$PRINTF` instead of `$ECHO`.

Change has been verified locally, almost no risk.

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

Commit messages:
 - 8359181: Error messages generated by configure --help after 8301197

Changes: https://git.openjdk.org/jdk/pull/25740/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25740&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8359181
  Stats: 5 lines in 1 file changed: 0 ins; 0 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/25740.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25740/head:pull/25740

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


More information about the build-dev mailing list