# HG changeset patch # User John Beck # Date 1469569423 25200 # Node ID 3cf4ca7b5922f6e6ca96979771c3598cc3d694d2 # Parent 1b7240d88fc000a926746d1c5d6b7a18885344a5 24356619 do not publish intltool when BUILD_TYPE=evaluation diff -r 1b7240d88fc0 -r 3cf4ca7b5922 components/desktop/intltool/Makefile --- a/components/desktop/intltool/Makefile Tue Jul 26 14:42:11 2016 -0700 +++ b/components/desktop/intltool/Makefile Tue Jul 26 14:43:43 2016 -0700 @@ -35,6 +35,13 @@ TPNO= 25211 +# 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)/common.mk CONFIGURE_ENV += PERL="$(PERL)"