RFR: 8339622: Regression in make open-hotspot-xcode-project
Gerard Ziemski
gziemski at openjdk.org
Fri Dec 6 15:32:44 UTC 2024
On Thu, 5 Dec 2024 10:12:54 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> Since [JDK-8338916](https://bugs.openjdk.org/browse/JDK-8338916), `make open-hotspot-xcode-project` fails with:
>
>
> make[3]: *** No rule to make target `/Users/gerard/Work/bugs/8337563/jdk/build/macosx-aarch64-server-release/make-support/compile-commands/jvm-ldflags.txt', needed by `/Users/gerard/Work/bugs/8337563/jdk/build/macosx-aarch64-server-release/make-support/ide/xcode/_build_xcode_project_exec.marker'. Stop.
>
>
> The reason was that the ldflags file name changed in JDK-8338916, but this usage was not updated.
>
> Also, when implementing this I had incorrectly used WORKSPACE_ROOT when I should have used TOPDIR.
Thank you for fixing this!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22571#issuecomment-2523499623
More information about the build-dev
mailing list