22829131 do not publish krb5 when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Thu, 25 Feb 2016 12:02:04 -0800
changeset 5504 5ca030e49462
parent 5503 b8549f5dd524
child 5505 9706b0a9e76a
22829131 do not publish krb5 when BUILD_TYPE=evaluation
components/krb5/Makefile
--- a/components/krb5/Makefile	Thu Feb 25 12:34:50 2016 -0800
+++ b/components/krb5/Makefile	Thu Feb 25 12:02:04 2016 -0800
@@ -39,6 +39,14 @@
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
+
+# Depends on S12-only header file in ON.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/ips.mk
 
 # Encoding rules for IPS: MIT KerberosV5 <x>.<y>[.<z>] => IPS <x>.<y>.[<z>|0].0