RFR: 8339622: Regression in make open-hotspot-xcode-project

Erik Joelsson erikj at openjdk.org
Thu Dec 5 14:08:38 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.

Marked as reviewed by erikj (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/22571#pullrequestreview-2481805056


More information about the build-dev mailing list