VirtualBox

Changeset 9111 in vbox for trunk


Ignore:
Timestamp:
May 26, 2008 10:05:51 AM (17 years ago)
Author:
vboxsync
Message:

Detect Solaris version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r9020 r9111  
    14701470  endif
    14711471 endif
     1472endif
     1473
     1474#
     1475# Determine Solaris version.
     1476#
     1477ifeq ($(KBUILD_TARGET),solaris)
     1478 ifeq ($(origin SOLARIS_VER),undefined)
     1479   export SOLARIS_VER       := $(shell uname -s)_$(shell uname -r)
     1480 endif
     1481 DEFS.solaris += __$(SOLARIS_VER)
    14721482endif
    14731483
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