VirtualBox

Changeset 94471 in vbox


Ignore:
Timestamp:
Apr 5, 2022 2:45:04 PM (2 years ago)
Author:
vboxsync
Message:

Validation Kit/unit tests: No DTraceR3 for VBoxRT when Valdation Kit is being built. ​bugref:10195

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r94467 r94471  
    23032303 VBoxRT_DEFS                  += RTALLOC_REPLACE_MALLOC
    23042304endif
    2305 ifdef VBOX_WITH_DTRACE_R3
     2305if defined(VBOX_WITH_DTRACE_R3) && !defined(VBOX_ONLY_VALIDATIONKIT)
    23062306 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING
    23072307  VBoxRT_DEFS                 += IPRT_WITH_DTRACE IPRT_DTRACE_INCLUDE="dtrace/iprt.h"
     
    23472347        common/rest/RTCRestOutputToString.cpp
    23482348endif
    2349 ifdef VBOX_WITH_DTRACE_R3
     2349if defined(VBOX_WITH_DTRACE_R3) && !defined(VBOX_ONLY_VALIDATIONKIT)
    23502350 VBoxRT_SOURCES               += \
    23512351        iprt.d
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette