VirtualBox

Changeset 72069 in vbox


Ignore:
Timestamp:
Apr 30, 2018 12:03:21 PM (6 years ago)
Author:
vboxsync
Message:

Config.kmk,ExtPack/Puel: Drop the publisher from the extpack name. New makefile variable VBOX_VERSION_STRING_NO_PUB.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r72062 r72069  
    213213# comparison.
    214214VBOX_VERSION_STRING_RAW = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)
     215
     216# VBOX_VERSION_STRING without the publisher.
     217VBOX_VERSION_STRING_NO_PUB = $(VBOX_VERSION_STRING_RAW)$(addprefix _,$(VBOX_VERSION_PRERELEASE))
     218
    215219# Full version string (may include more than just x.y.z, but no spaces or other problematic chars).
    216220# Note! The BETA[n],ALPHA[n],RC[n] indicators should be inserted before the
    217221#       publisher so that RTStrVersionCompare have a chance of comparing
    218222#       prerelease from different publishers correctly.
    219 VBOX_VERSION_STRING = $(VBOX_VERSION_STRING_RAW)$(addprefix _,$(VBOX_VERSION_PRERELEASE))$(VBOX_BUILD_PUBLISHER)
     223VBOX_VERSION_STRING = $(VBOX_VERSION_STRING_NO_PUB)$(VBOX_BUILD_PUBLISHER)
    220224
    221225
  • trunk/Makefile.kmk

    r71576 r72069  
    426426                $(VBOX_SVN_REV_KMK) $(PATH_DEVTOOLS)/bin/extpacks.sh | $$(dir $$@)
    427427        $(RM) -f -- "$@.tmp" "$@"
    428         $(SHELL) $(PATH_DEVTOOLS)/bin/extpacks.sh --cmd fetch --filename "$@.tmp" --vbox-version "$(VBOX_VERSION_STRING)" $(if $(VBOX_USE_PROXY_FOR_BUILD_SERVER),--default-proxy,)
     428        $(SHELL) $(PATH_DEVTOOLS)/bin/extpacks.sh --cmd fetch --filename "$@.tmp" --vbox-version "$(VBOX_VERSION_STRING_NO_PUB)" \
     429                $(if $(VBOX_USE_PROXY_FOR_BUILD_SERVER),--default-proxy,)
    429430        $(MV) -f -- "$@.tmp" "$@"
    430431        $(TOUCH) -- "$@"
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