VirtualBox

Changeset 9636 in vbox


Ignore:
Timestamp:
Jun 11, 2008 11:40:31 PM (16 years 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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette