Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149391364
D34656.1789993229.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1014 B
Referenced Files
None
Subscribers
None
D34656.1789993229.diff
View Options
Index: share/mk/src.opts.mk
===================================================================
--- share/mk/src.opts.mk
+++ share/mk/src.opts.mk
@@ -200,7 +200,6 @@
CLANG_EXTRAS \
CLANG_FORMAT \
DETECT_TZ_CHANGES \
- DTRACE_TESTS \
EXPERIMENTAL \
HESIOD \
LOADER_FIREWIRE \
@@ -348,6 +347,13 @@
__DEFAULT_NO_OPTIONS+=OPENMP
.endif
+# DTrace tests is considered experimental on architectures other than amd64
+.if ${__T} == "amd64"
+__DEFAULT_YES_OPTIONS+=DTRACE_TESTS
+.else
+__DEFAULT_NO_OPTIONS+=DTRACE_TESTS
+.endif
+
.include <bsd.mkopt.mk>
#
Index: tools/build/options/WITHOUT_DTRACE_TESTS
===================================================================
--- /dev/null
+++ tools/build/options/WITHOUT_DTRACE_TESTS
@@ -0,0 +1,5 @@
+.\" $FreeBSD$
+Do not build or install the DTrace test suite in
+.Pa /usr/tests/cddl/usr.sbin/dtrace .
+This test suite is considered experimental on architectures other than
+amd64/amd64 and running it may cause system instability.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 21, 12:20 PM (20 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29841034
Default Alt Text
D34656.1789993229.diff (1014 B)
Attached To
Mode
D34656: Enable building and installing DTrace test suite by default on amd64
Attached
Detach File
Event Timeline
Log In to Comment