Changeset 41564 in vbox
- Timestamp:
- Jun 4, 2012 1:59:26 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78341
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r41534 r41564 153 153 || ( $(KBUILD_VERSION_MINOR) == 1 \ 154 154 && $(KBUILD_VERSION_PATCH) >= 999)) 155 if $(KMK_REVISION) >= 25 37155 if $(KMK_REVISION) >= 2577 156 156 # OK. 157 157 else 158 $(error You must update kBuild! Requires kBuild revision 25 37 or later, found $(KMK_REVISION) ($(KBUILD_VERSION)))158 $(error You must update kBuild! Requires kBuild revision 2577 or later, found $(KMK_REVISION) ($(KBUILD_VERSION))) 159 159 endif 160 160 else
Note:
See TracChangeset
for help on using the changeset viewer.