22649327 do not publish avahi when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Tue, 02 Feb 2016 12:54:21 -0800
changeset 5386 22d885d85a58
parent 5385 ada5863c16fd
child 5387 1f8e6b7013b2
22649327 do not publish avahi when BUILD_TYPE=evaluation
components/avahi/Makefile
--- a/components/avahi/Makefile	Tue Feb 02 12:18:19 2016 -0800
+++ b/components/avahi/Makefile	Tue Feb 02 12:54:21 2016 -0800
@@ -41,6 +41,14 @@
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
+
+# Depends on a Python module from Desktop that is only available 32-bit in S11.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/ips.mk
 
 # Set the pkg... path to search files in ./files/ dir (mainly the SMF manifests are there)