# HG changeset patch # User John Beck # Date 1458678197 25200 # Node ID cbb935f863b4dd7a37bde91a8005585b685023d2 # Parent d1d343bf78dcc0562408c3200a92ed570bd8bb98 22984752 do not publish wireshark for BUILD_TYPE=evaluation diff -r d1d343bf78dc -r cbb935f863b4 components/wireshark/Makefile --- a/components/wireshark/Makefile Tue Mar 22 13:22:21 2016 -0700 +++ b/components/wireshark/Makefile Tue Mar 22 13:23:17 2016 -0700 @@ -36,6 +36,14 @@ include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/configure.mk + +# Depends on S12-only changes in ON. +ifeq ($(BUILD_TYPE), evaluation) +BUILD_64= +INSTALL_64= +PUBLISH_STAMP= +endif + include $(WS_MAKE_RULES)/ips.mk # Micro version for easy libraries packaging