Changeset 54037 in vbox
- Timestamp:
- Jan 29, 2015 6:14:59 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk
r54004 r54037 95 95 # The ring-3 VBoxDTrace command implementation (library). 96 96 # 97 ifneq ($(KBUILD_TARGET),solaris) # disabled on solaris - neiter needed nor currently able to build it here. 98 DLLS += VBoxDTraceCmd 99 endif 97 ifneq ($(KBUILD_TARGET),solaris) # Temporarily disabled on Solaris (not really needed)... 98 DLLS += VBoxDTraceCmd 100 99 VBoxDTraceCmd_TEMPLATE = VBoxR3ExtPackDTrace 101 100 VBoxDTraceCmd_DEFS = RTMEM_WRAP_TO_EF_APIS … … 223 222 --output $(VBOXDT_PATH)/generated/$(file) \ 224 223 $(VBoxDTraceCmd_0_OUTDIR)/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/$(file)) 225 224 endif # Temporarily disabled on Solaris. 226 225 227 226 #
Note:
See TracChangeset
for help on using the changeset viewer.