< prev index next >

make/launcher/Launcher-java.security.jgss.gmk

Print this page

        

*** 23,33 **** # questions. # include LauncherCommon.gmk ! ifeq ($(OPENJDK_TARGET_OS), windows) $(eval $(call SetupBuildLauncher, kinit, \ MAIN_CLASS := sun.security.krb5.internal.tools.Kinit, \ )) $(eval $(call SetupBuildLauncher, klist, \ --- 23,33 ---- # questions. # include LauncherCommon.gmk ! ifeq ($(call isTargetOs, windows), true) $(eval $(call SetupBuildLauncher, kinit, \ MAIN_CLASS := sun.security.krb5.internal.tools.Kinit, \ )) $(eval $(call SetupBuildLauncher, klist, \
< prev index next >