- Timestamp:
- Jan 7, 2009 1:51:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r15826 r15833 114 114 115 115 # Notify about important kBuild updates. 116 ifneq ($(call i nt-ge,$(KMK_REVISION),1777),1)117 $(error You must update kBuild! KMK_REVISION=$(KMK_REVISION) KBUILD_ PATH=$(KBUILD_PATH))116 ifneq ($(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)) 118 118 endif 119 119 … … 1896 1896 # We cannot compile additions on Solaris 10, due kernel interface deps 1897 1897 VBOX_WITHOUT_ADDITIONS := 1 1898 VBOX_WITH_ADDITIONS = 1898 VBOX_WITH_ADDITIONS = 1899 1899 endif 1900 1900 endif
Note:
See TracChangeset
for help on using the changeset viewer.