RFR: 8320899: Select the correct Makefile when running make in build directory
Magnus Ihse Bursie
ihse at openjdk.org
Tue Nov 28 14:34:45 UTC 2023
To facilitate running make in the build configuration directory, we create a Makefile out of a template. Unfortunately, this references the real Makefile at $TOPDIR instead of $WORKSPACE_ROOT. They are normally equivalent, but if you are using custom additions, they might not be.
-------------
Commit messages:
- 8320899: Select the correct Makefile when running make in build directory
Changes: https://git.openjdk.org/jdk/pull/16852/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16852&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8320899
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/16852.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16852/head:pull/16852
PR: https://git.openjdk.org/jdk/pull/16852
More information about the build-dev
mailing list