VirtualBox

Changeset 9130 in vbox for trunk


Ignore:
Timestamp:
May 26, 2008 3:26:39 PM (17 years ago)
Author:
vboxsync
Message:

Do the right thing in sub-makes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r9128 r9130  
    14781478 ifeq ($(origin SOLARIS_VER),undefined)
    14791479  $(eval export SOLARIS_VER := $(shell uname -r | $(SED_EXT) 's|\([0-9]*\)\.\([0-9]*\)|$$(int-add $$(int-mul 100, \1), \2)|' ))
    1480   ifeq ($(SOLARIS_VER),510)
    1481    DEFS.solaris += RT_OS_SOLARIS_10
    1482    # Solaris 10 does not include crossbow.
    1483    VBOX_WITH_CROSSBOW =
    1484    VBOX_SOLARIS_10 = 1
    1485   endif
    1486   DEFS.solaris += SOLARIS_VER=$(SOLARIS_VER)
    1487  endif
     1480 endif
     1481 ifeq ($(SOLARIS_VER),510)
     1482  DEFS.solaris += RT_OS_SOLARIS_10
     1483  # Solaris 10 does not include crossbow.
     1484  VBOX_WITH_CROSSBOW =
     1485  VBOX_SOLARIS_10 = 1
     1486 endif
     1487 DEFS.solaris += SOLARIS_VER=$(SOLARIS_VER)
    14881488endif
    14891489
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