Integrated: 8339622: Regression in make open-hotspot-xcode-project
Magnus Ihse Bursie
ihse at openjdk.org
Thu Dec 5 21:56:45 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.
This pull request has now been integrated.
Changeset: daa2ba52
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/daa2ba52a3197924c34ccdd0c33703e61cdc8350
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8339622: Regression in make open-hotspot-xcode-project
Reviewed-by: mcimadamore, erikj
-------------
PR: https://git.openjdk.org/jdk/pull/22571
More information about the build-dev
mailing list