-
Bug
-
Resolution: Fixed
-
P4
-
24
-
b14
Users are reporting warnings like this:
lib/CompileGtest.gmk:84: warning: overriding recipe for target '/.../build/linux-x64/make-support/compile-commands/jvm-ldflags.txt'
lib/CompileJvm.gmk:166: warning: ignoring old recipe for target '/.../build/linux-x64/make-support/compile-commands/jvm-ldflags.txt'
I believe this is caused byJDK-8338290, where the jvm-ldflags.txt target file isn't made unique enough.
lib/CompileGtest.gmk:84: warning: overriding recipe for target '/.../build/linux-x64/make-support/compile-commands/jvm-ldflags.txt'
lib/CompileJvm.gmk:166: warning: ignoring old recipe for target '/.../build/linux-x64/make-support/compile-commands/jvm-ldflags.txt'
I believe this is caused by
- relates to
-
JDK-8339622 macOS Xcode: make open-hotspot-xcode-project fails with 'No rule to make target'
- Open
-
JDK-8338290 Xcode project generator for hotspot
- Resolved
- links to
-
Commit(master) openjdk/jdk/c3adcb84
-
Review(master) openjdk/jdk/20819