VirtualBox

Changeset 36112 in vbox


Ignore:
Timestamp:
Feb 28, 2011 7:59:34 PM (14 years ago)
Author:
vboxsync
Message:

Config.kmk: make build publisher overridable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r35905 r36112  
    160160VBOX_VERSION_BUILD = 51
    161161# Full version string (may include more than just x.y.z, but no spaces or other problematic chars).
    162 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)
     162VBOX_BUILD_PUBLISHER =
     163if $(int-gt $(length $(VBOX_BUILD_PUBLISHER)),10)
     164  $(error VBOX_BUILD_PUBLISHER must not be longer than 10 characters!)
     165endif
     166VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)$(VBOX_BUILD_PUBLISHER)
    163167# Force the additions.sh script to get an exact additions build when we're doing the release.
    164168
     
    10091013#
    10101014ifdef VBOX_OSE
    1011 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)_OSE
     1015# This can be overridden (e.g. in LocalConfig.kmk) by whoever publishes a set
     1016# of VirtualBox binaries.  We request though that you always use something that
     1017# clearly identifies your build and makes it clear that it is not one done by
     1018# the VirtualBox team.
     1019 VBOX_BUILD_PUBLISHER = _OSE
    10121020endif
    10131021
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