22846381 do not publish libgtkspell when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Tue, 01 Mar 2016 07:35:21 -0800
changeset 5528 f2f5af510081
parent 5527 611b2d6efdfe
child 5529 43ba477eb37f
22846381 do not publish libgtkspell when BUILD_TYPE=evaluation
components/desktop/libgtkspell/Makefile
--- a/components/desktop/libgtkspell/Makefile	Tue Mar 01 12:56:53 2016 -0800
+++ b/components/desktop/libgtkspell/Makefile	Tue Mar 01 07:35:21 2016 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
@@ -37,6 +37,14 @@
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
+
+# Was not version-lock'd in Desktop, so cannot be upgraded to.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/ips.mk
 
 # Needed to pick up the GNU version of xgettext.