- Timestamp:
- May 26, 2008 3:26:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r9128 r9130 1478 1478 ifeq ($(origin SOLARIS_VER),undefined) 1479 1479 $(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_101482 # Solaris 10 does not include crossbow.1483 VBOX_WITH_CROSSBOW =1484 VBOX_SOLARIS_10 = 11485 endif1486 DEFS.solaris += SOLARIS_VER=$(SOLARIS_VER)1487 endif1480 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) 1488 1488 endif 1489 1489
Note:
See TracChangeset
for help on using the changeset viewer.