22649359 do not publish pidgin when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Tue, 02 Feb 2016 12:54:39 -0800
changeset 5387 1f8e6b7013b2
parent 5386 22d885d85a58
child 5388 04045c08c30d
22649359 do not publish pidgin when BUILD_TYPE=evaluation
components/desktop/pidgin/Makefile
--- a/components/desktop/pidgin/Makefile	Tue Feb 02 12:54:21 2016 -0800
+++ b/components/desktop/pidgin/Makefile	Tue Feb 02 12:54:39 2016 -0800
@@ -37,6 +37,14 @@
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
+
+# Cyrus SASL is S12-only (at least for evaluation builds).
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32=
+INSTALL_32=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/ips.mk
 
 # Need to pick up the Studio compiler as some Makefiles just use "cc".