22249700 openvswitch should be skipped for BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Wed, 18 Nov 2015 06:50:34 -0800
changeset 5173 fe10c87a291e
parent 5172 2ac937ed383b
child 5174 85d6cad6ebf8
22249700 openvswitch should be skipped for BUILD_TYPE=evaluation
components/openvswitch/Makefile
--- a/components/openvswitch/Makefile	Wed Nov 25 05:01:40 2015 -0800
+++ b/components/openvswitch/Makefile	Wed Nov 18 06:50:34 2015 -0800
@@ -44,6 +44,14 @@
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
+
+# Depends on S12-only changes in ON to build.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_64=
+INSTALL_64=
+PUBLISH_STAMP=
+endif
+
 include ../../make-rules/ips.mk
 include ../../make-rules/lint-libraries.mk