RFR: JDK-8199640 Split up BUILD_LIBKRB5 into the two, unrelated compilations it consists of (original) (raw)

Erik Joelsson erik.joelsson at oracle.com
Wed Mar 14 23:25:35 UTC 2018


Looks good.

/Erik

On 2018-03-14 16:18, Magnus Ihse Bursie wrote:

BUILDLIBKRB5 is currently a strange chimera between compiling w2klsaauth on windows, and osxkrb5 on macos. They do not share source code, name or compilation options.

This patch separates them into two separate compilations, one for each platform, so that they then can follow the normal JDK pattern for compiling libs. Bug: https://bugs.openjdk.java.net/browse/JDK-8199640 WebRev: http://cr.openjdk.java.net/~ihse/JDK-8199640-split-up-BUILDLIBJRB5/webrev.01 /Magnus



More information about the build-dev mailing list