22115742 do not publish groff or sendmail for BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Wed, 28 Oct 2015 20:22:32 -0700
changeset 5053 aca4f06d05d1
parent 5052 65f5fba4e0e3
child 5054 91b97df27c58
22115742 do not publish groff or sendmail for BUILD_TYPE=evaluation
components/groff/Makefile
components/sendmail/Makefile
--- a/components/groff/Makefile	Wed Oct 28 20:02:32 2015 -0700
+++ b/components/groff/Makefile	Wed Oct 28 20:22:32 2015 -0700
@@ -39,6 +39,12 @@
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
+
+# Complex dependencies on ON only available in S12.
+ifeq ($(BUILD_TYPE), evaluation)
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/ips.mk
 
 # The grog.sh script needs GNU awk not the Solaris one.
--- a/components/sendmail/Makefile	Wed Oct 28 20:02:32 2015 -0700
+++ b/components/sendmail/Makefile	Wed Oct 28 20:22:32 2015 -0700
@@ -37,6 +37,12 @@
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/justmake.mk
+
+# Mostly but not completely migrated from ON in S12.
+ifeq ($(BUILD_TYPE), evaluation)
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/ips.mk
 include $(WS_MAKE_RULES)/lint-libraries.mk