# HG changeset patch # User John Beck # Date 1456846521 28800 # Node ID f2f5af510081e8d8a8c6efab066ce2843a8989cc # Parent 611b2d6efdfe46c05b096c6ef010b7897e58dbd0 22846381 do not publish libgtkspell when BUILD_TYPE=evaluation diff -r 611b2d6efdfe -r f2f5af510081 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.