VirtualBox

Changeset 74725 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Oct 9, 2018 6:50:23 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125649
Message:

VMM/testcase: OSE build fix. bugref:9044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r74587 r74725  
    412412 # Special NEM host testcase.
    413413 #
    414  if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), $(if-expr "$(USERNAME)" == "bird",darwin.amd64 linux.amd64,) win.amd64)
     414 if ("$(KBUILD_TARGET_ARCH).$(KBUILD_TARGET_ARCH)" == "darwin.amd64" && (defined(VBOX_WITH_NATIVE_NEM) || "$(USERNAME)" == "bird")) \
     415 || ("$(KBUILD_TARGET_ARCH).$(KBUILD_TARGET_ARCH)" == "linux.amd64"  && (defined(VBOX_WITH_NATIVE_NEM) || "$(USERNAME)" == "bird")) \
     416 || ("$(KBUILD_TARGET_ARCH).$(KBUILD_TARGET_ARCH)" == "win.amd64"    &&  defined(VBOX_WITH_NATIVE_NEM))
    415417  PROGRAMS += NemRawBench-1
    416418  NemRawBench-1_TEMPLATE = VBoxR3Static
Note: See TracChangeset for help on using the changeset viewer.

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