On Thu, 5 Dec 2024 10:12:54 GMT, Magnus Ihse Bursie <i...@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 mcimadamore (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/22571#pullrequestreview-2481312821