Changeset 57261 in vbox
- Timestamp:
- Aug 10, 2015 11:58:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r57242 r57261 226 226 227 227 # Force the additions.sh script to get an exact additions build when we're doing the release. 228 ifeq ($(int-mod $(VBOX_VERSION_BUILD),2),0)228 #ifeq ($(int-mod $(VBOX_VERSION_BUILD),2),0) 229 229 VBOX_RELEASE_EXACT_MATCH=1 230 endif230 #endif 231 231 ifneq ($(VBOX_RELEASE_EXACT_MATCH),) 232 232 export VBOX_ADDITIONS_SH_MODE = release … … 663 663 # the overall installer size significantly because merge modules are not able 664 664 # to use a common .cab file to reduce their size. 665 #VBOX_WITH_MSM_INSTALL = 1665 VBOX_WITH_MSM_INSTALL = 1 666 666 ## @} 667 667
Note:
See TracChangeset
for help on using the changeset viewer.