VirtualBox

Changeset 2955 in vbox for trunk


Ignore:
Timestamp:
May 31, 2007 8:22:16 AM (18 years ago)
Author:
vboxsync
Message:

VBOX_VERSION (deprecated) => VBOX_VERSION_STRING

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r2952 r2955  
    132132# Full version string (may include more than just x.y.z, but no spaces or other problematic chars).
    133133VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)
    134 # Same as VBOX_VERSION_STRING, deprecated.
    135 VBOX_VERSION = $(VBOX_VERSION_STRING)
    136134
    137135
  • trunk/Makefile.kmk

    r2692 r2955  
    313313#TARBALLPATH ?= $(abspath $(PATH_ROOT)/..) - this should also do the trick without spawning a shell.
    314314# the root directory inside the tarball
    315 TARBALLROOT ?= VirtualBox-OSE-$(VBOX_VERSION)
     315TARBALLROOT ?= VirtualBox-OSE-$(VBOX_VERSION_STRING)
    316316# the name of the tarball file
    317 TARBALLNAME ?= VirtualBox-OSE-$(VBOX_VERSION).tar.bz2
     317TARBALLNAME ?= VirtualBox-OSE-$(VBOX_VERSION_STRING).tar.bz2
    318318snapshot:
    319319        @$(call MSG_L1,Creating tarball $(TARBALLPATH)/$(TARBALLNAME))
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