22911187 do not publish firefox when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Thu, 10 Mar 2016 13:58:04 -0800
changeset 5580 80858b37b98e
parent 5579 48110757c6c6
child 5581 1cb4c773ed33
22911187 do not publish firefox when BUILD_TYPE=evaluation
components/desktop/firefox/Makefile
--- a/components/desktop/firefox/Makefile	Thu Mar 10 14:12:18 2016 -0800
+++ b/components/desktop/firefox/Makefile	Thu Mar 10 13:58:04 2016 -0800
@@ -64,6 +64,14 @@
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
+
+# Alignment issues on sparc: do not publish until resolved.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32=
+INSTALL_32=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/ips.mk
 
 # /usr/gnu/bin needed to pick up the GNU version of tail and readelf.