# HG changeset patch # User John Beck # Date 1469569483 25200 # Node ID 5b3b0a0f5875e9067289b79611960aae11dd7c73 # Parent 3cf4ca7b5922f6e6ca96979771c3598cc3d694d2 24356626 do not publish gnome-common when BUILD_TYPE=evaluation diff -r 3cf4ca7b5922 -r 5b3b0a0f5875 components/gnome/gnome-common/Makefile --- a/components/gnome/gnome-common/Makefile Tue Jul 26 14:43:43 2016 -0700 +++ b/components/gnome/gnome-common/Makefile Tue Jul 26 14:44:43 2016 -0700 @@ -35,6 +35,13 @@ TPNO= 25944 +# Forked from gnome/gettext, which was in Gnome in 11.3 => do-not-publish. +ifeq ($(BUILD_TYPE), evaluation) +BUILD_NO_ARCH= +INSTALL_NO_ARCH= +PUBLISH_STAMP= +endif + include $(WS_MAKE_RULES)/gnome-component.mk REQUIRED_PACKAGES += developer/build/automake-115