Hi,

Could you please review the following backport of the build fix for Windows:

jbs: https://bugs.openjdk.java.net/browse/JDK-8179079
review: http://mail.openjdk.java.net/pipermail/build-dev/2017-April/019045.html
changeset: http://hg.openjdk.java.net/jdk10/jdk10/rev/6426c94ee05f

The patch does not apply to 8u:
webrev: http://cr.openjdk.java.net/~aivanov/8179079/jdk8/webrev.0/


This problem exists in 8u builds as well. If you try to rebuild 8u, you'll get errors:

make[2]: *** No rule to make target '/cygdrive/c/ade/work/jdk8u/build/windows-x86-normal-server-release/jdk/include/jni.h ', needed by '/cygdrive/c/ade/work/jdk8u/build/windows-x86-normal-server-release/jdk/objs/libverify/check_code.obj'. Stop.

It's because the generated dependency file contain CR (\r) character at the end of the file name and make interprets it as part of the file name.


Thank you!

Regards,
Alexey

Reply via email to