# HG changeset patch # User John Beck # Date 1457112263 28800 # Node ID 7fea22f66262cfe82d6f2b2c2391b497f53089bd # Parent f320041f6f69c0c18fefd0af86335c7de198967c 22877363 do not publish pidgin-otr when BUILD_TYPE=evaluation diff -r f320041f6f69 -r 7fea22f66262 components/desktop/libotr/Makefile --- a/components/desktop/libotr/Makefile Fri Mar 04 10:50:51 2016 +0100 +++ b/components/desktop/libotr/Makefile Fri Mar 04 09:24:23 2016 -0800 @@ -37,6 +37,15 @@ include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/configure.mk + +# Pidgin is on the do-not-publish list (depends on S12-only changes in ON & +# Desktop), so no point publishing this without that. +ifeq ($(BUILD_TYPE), evaluation) +BUILD_32_and_64= +INSTALL_32_and_64= +PUBLISH_STAMP= +endif + include $(WS_MAKE_RULES)/ips.mk CFLAGS += -I $(SOURCE_DIR)/src diff -r f320041f6f69 -r 7fea22f66262 components/desktop/pidgin-otr/Makefile --- a/components/desktop/pidgin-otr/Makefile Fri Mar 04 10:50:51 2016 +0100 +++ b/components/desktop/pidgin-otr/Makefile Fri Mar 04 09:24:23 2016 -0800 @@ -37,6 +37,15 @@ include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/configure.mk + +# Pidgin is on the do-not-publish list (depends on S12-only changes in ON & +# Desktop), so no point publishing this without that. +ifeq ($(BUILD_TYPE), evaluation) +BUILD_32_and_64= +INSTALL_32_and_64= +PUBLISH_STAMP= +endif + include $(WS_MAKE_RULES)/ips.mk # Need to pick up the GNU version of xgettext.