VirtualBox

Changeset 15833 in vbox for trunk


Ignore:
Timestamp:
Jan 7, 2009 1:51:38 PM (16 years ago)
Author:
vboxsync
Message:

Config.kmk: Updated kBuild revision check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r15826 r15833  
    114114
    115115# Notify about important kBuild updates.
    116 ifneq ($(call int-ge,$(KMK_REVISION),1777),1)
    117  $(error You must update kBuild! KMK_REVISION=$(KMK_REVISION) KBUILD_PATH=$(KBUILD_PATH))
     116ifneq ($(call if-expr, $(KMK_REVISION) >= 2182 && $(KBUILD_KMK_REVISION) >= 2206,fine,old),fine)
     117 $(error You must update kBuild! KMK_REVISION=$(KMK_REVISION) KBUILD_KMK_REVISION=$(KBUILD_KMK_REVISION) KBUILD_PATH=$(KBUILD_PATH))
    118118endif
    119119
     
    18961896  # We cannot compile additions on Solaris 10, due kernel interface deps
    18971897  VBOX_WITHOUT_ADDITIONS := 1
    1898   VBOX_WITH_ADDITIONS = 
     1898  VBOX_WITH_ADDITIONS =
    18991899 endif
    19001900endif
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