# HG changeset patch # User John Beck # Date 1446088952 25200 # Node ID aca4f06d05d1a6c55978ebbc5e1dc011ba3496fe # Parent 65f5fba4e0e3786e7a949c7ee1820829e6f8415e 22115742 do not publish groff or sendmail for BUILD_TYPE=evaluation diff -r 65f5fba4e0e3 -r aca4f06d05d1 components/groff/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. diff -r 65f5fba4e0e3 -r aca4f06d05d1 components/sendmail/Makefile --- 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