VirtualBox

Changeset 9636

Show
Ignore:
Timestamp:
06/12/08 01:40:31 (4 months ago)
Author:
vboxsync
Message:

export VBOX_ADDITIONS_SH_MODE = release when VBOX_VERSION_BUILD is an even number (i.e. we're building a release).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Config.kmk

    r9632 r9636  
    116116# new build. The define is available in every source file. Only even build numbers 
    117117# will be published, odd numbers are set during development. 
    118 # When doing a release also 'export VBOX_ADDITIONS_SH_MODE = release' here to 
    119 # force an exact match of the additions build and the application builds. 
    120118VBOX_VERSION_BUILD = 51 
    121119# Full version string (may include more than just x.y.z, but no spaces or other problematic chars). 
    122120VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) 
     121# Force the additions.sh script to get an exact additions build when we're doing the release. 
     122ifeq ($(int-mod $(VBOX_VERSION_BUILD),2),0) 
     123 export VBOX_ADDITIONS_SH_MODE = release 
     124endif 
    123125 
    124126 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy