22877363 do not publish pidgin-otr when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Fri, 04 Mar 2016 09:24:23 -0800
changeset 5547 7fea22f66262
parent 5546 f320041f6f69
child 5548 9c8930ad5a98
22877363 do not publish pidgin-otr when BUILD_TYPE=evaluation
components/desktop/libotr/Makefile
components/desktop/pidgin-otr/Makefile
--- a/components/desktop/libotr/Makefile	Fri Mar 04 10:50:51 2016 +0100
+++ b/components/desktop/libotr/Makefile	Fri Mar 04 09:24:23 2016 -0800
@@ -37,6 +37,15 @@
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
+
+# Pidgin is on the do-not-publish list (depends on S12-only changes in ON &
+# Desktop), so no point publishing this without that.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/ips.mk
 
 CFLAGS +=	-I $(SOURCE_DIR)/src
--- a/components/desktop/pidgin-otr/Makefile	Fri Mar 04 10:50:51 2016 +0100
+++ b/components/desktop/pidgin-otr/Makefile	Fri Mar 04 09:24:23 2016 -0800
@@ -37,6 +37,15 @@
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
+
+# Pidgin is on the do-not-publish list (depends on S12-only changes in ON &
+# Desktop), so no point publishing this without that.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/ips.mk
 
 # Need to pick up the GNU version of xgettext.