VirtualBox

Changeset 69114 in vbox for trunk


Ignore:
Timestamp:
Oct 17, 2017 4:51:13 PM (7 years ago)
Author:
vboxsync
Message:

Config.kmk: Fixed incomplete VBOX_VERSION_STRING change in r118207 when introducing Version.kmk where the VBOX_VERSION_PRERELEASE was ignored. Looks like VBOX_VERSION_SUFFIX was supposed to replace _RC1 in VBOX_VERSION_STRING, but it didn't and was wrong. Removed it to avoid unnecessary indirection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r69098 r69114  
    209209#       publisher so that RTStrVersionCompare have a chance of comparing
    210210#       prerelease from different publishers correctly.
    211 VBOX_VERSION_SUFFIX=$(ifeq $(VBOX_VERSION_PRERELEASE),,,_$(VBOX_VERSION_PRERELEASE))
    212 VBOX_VERSION_STRING = $(VBOX_VERSION_STRING_RAW)_RC1$(VBOX_BUILD_PUBLISHER)
     211VBOX_VERSION_STRING = $(VBOX_VERSION_STRING_RAW)$(addprefix _,$(VBOX_VERSION_PRERELEASE))$(VBOX_BUILD_PUBLISHER)
    213212
    214213# Force the additions.sh script to get an exact additions build when we're doing the release.
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