Changeset 38267 in vbox
- Timestamp:
- Aug 1, 2011 2:45:10 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73260
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/Config.kmk
r38260 r38267 149 149 || ( $(KBUILD_VERSION_MINOR) == 1 \ 150 150 && $(KBUILD_VERSION_PATCH) >= 999)) 151 if $(KMK_REVISION) >= 252 0151 if $(KMK_REVISION) >= 2528 152 152 # OK. 153 153 else 154 $(error You must update kBuild! Requires kBuild revision 252 0or later, found $(KMK_REVISION) ($(KBUILD_VERSION)))154 $(error You must update kBuild! Requires kBuild revision 2528 or later, found $(KMK_REVISION) ($(KBUILD_VERSION))) 155 155 endif 156 156 else … … 2378 2378 kBuildGlobalDefaults_DEBUG_NOSTAGE.win = true 2379 2379 kBuildGlobalDefaults_DEBUG_NOSTAGE.os2 = true 2380 if1of ($(KBUILD_TARGET), win)2380 if1of ($(KBUILD_TARGET), darwin win) 2381 2381 kBuildGlobalDefaults_LD_DEBUG = split 2382 2382 endif
Note:
See TracChangeset
for help on using the changeset viewer.