23293990 do not publish atk when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Mon, 16 May 2016 17:03:18 -0700
changeset 6005 e19e3cf52cc4
parent 6004 d8af8c006c17
child 6006 e7eb980cf5b4
23293990 do not publish atk when BUILD_TYPE=evaluation
components/gnome/atk/Makefile
--- a/components/gnome/atk/Makefile	Mon May 16 17:00:32 2016 -0700
+++ b/components/gnome/atk/Makefile	Mon May 16 17:03:18 2016 -0700
@@ -38,6 +38,14 @@
 
 TPNO=			24624
 
+# Requires newer version of library/glib2, not buildable on 11.3, so do not
+# publish.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/gnome-component.mk
 
 # Workaround for build failures due to atk Makefiles not passing CFLAGS or