VirtualBox

Changeset 8699 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 8, 2008 11:16:29 AM (17 years ago)
Author:
vboxsync
Message:

VBOX_MAIN_AUTOLOCK_TRAP and VBOX_MAIN_USE_SEMRW doesn't mix well, so I've rearranged the commented out stuff for enabling RTSemRW.

File:
1 edited

Legend:

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

    r8547 r8699  
    4848 VBOX_MAIN_DEFS += VBOX_WITH_UNIXY_TAP_NETWORKING
    4949endif
    50 ifneq ($(VBOX_VERSION_MAJOR)$(VBOX_VERSION_MINOR)$(VBOX_VERSION_BUILD),160)
    51  VBOX_MAIN_DEFS += VBOX_MAIN_AUTOLOCK_TRAP
    52 endif
    53 ## @todo later when RTSemRWIsWriteOwner and RTSemRWGetWriteRecursion are done
    54 #ifeq ($(filter-out linux darwin freebsd solaris,$(BUILD_TARGET)),)
     50#if1of ($(KBUILD_TARGET), linux freebsd solaris)
    5551# VBOX_MAIN_DEFS += VBOX_MAIN_USE_SEMRW
     52#else
     53 ifneq ($(VBOX_VERSION_MAJOR)$(VBOX_VERSION_MINOR)$(VBOX_VERSION_BUILD),160)
     54  VBOX_MAIN_DEFS += VBOX_MAIN_AUTOLOCK_TRAP
     55 endif
    5656#endif
    5757
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