RFR: [8038961] kinit, klist and ktab aren't built from jdk7u51 in licensee src bundles

Ivan Gerasimov ivan.gerasimov at oracle.com
Mon Apr 21 18:43:42 UTC 2014


Hello!

This is a 7u only issue.

I was reported that kerberos tools aren't built from the licensee source 
bundle.
The cause is that building of the launchers is started from the 'build' 
target in the Makefile.
On Windows, the 'build' target is only defined, if ./common/Library.gmk 
is included, and this is included when 
./jdk/windows/native/sun/security/krb5 directory exists.
This is not the case for the licensee source bundle.

It appears to be enough to replace the 'build' target with 'all':

BUGURL: https://bugs.openjdk.java.net/browse/JDK-8038961
WEBREV: http://cr.openjdk.java.net/~igerasim/8038961/0/webrev/

Sincerely yours,
Ivan


More information about the jdk7u-dev mailing list