21960093 do not publish open-fabrics or smp_utils for BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Wed, 14 Oct 2015 08:19:07 -0700
changeset 4970 6c5babcca659
parent 4969 189113f935e6
child 4971 391f6274d2b4
21960093 do not publish open-fabrics or smp_utils for BUILD_TYPE=evaluation
components/open-fabrics/Makefile
components/smp_utils/Makefile
--- a/components/open-fabrics/Makefile	Tue Oct 13 09:18:46 2015 -0700
+++ b/components/open-fabrics/Makefile	Wed Oct 14 08:19:07 2015 -0700
@@ -44,12 +44,19 @@
 TPNO_RDS_TOOLS=		5092
 
 include ../../make-rules/shared-macros.mk
+
+# sensitive to kernel interface changes.
+ifeq ($(BUILD_TYPE), evaluation)
+PUBLISH_STAMP=
+SUBDIRS =
+else
+# for now, everything with a Makefile should be built
+SUBDIRS =	$(shell echo */Makefile | sed -e 's;/Makefile;;g')
+endif
+
 include $(WS_MAKE_RULES)/ips.mk
 include ofed.mk
 
-# for now, everything with a Makefile should be built
-SUBDIRS =	$(shell echo */Makefile | sed -e 's;/Makefile;;g')
-
 # Do not apply the standard license transforms for this component. The
 # license actions in the open-fabrics.p5m file are already tagged with the
 # attributes.
--- a/components/smp_utils/Makefile	Tue Oct 13 09:18:46 2015 -0700
+++ b/components/smp_utils/Makefile	Wed Oct 14 08:19:07 2015 -0700
@@ -38,6 +38,14 @@
 TPNO=			11065
 
 include $(WS_MAKE_RULES)/prep.mk
+
+# Needs header file from ON only available in S12.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_64=
+INSTALL_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/configure.mk
 include $(WS_MAKE_RULES)/ips.mk