- Timestamp:
- May 31, 2007 8:22:16 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r2952 r2955 132 132 # Full version string (may include more than just x.y.z, but no spaces or other problematic chars). 133 133 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) 134 # Same as VBOX_VERSION_STRING, deprecated.135 VBOX_VERSION = $(VBOX_VERSION_STRING)136 134 137 135 -
trunk/Makefile.kmk
r2692 r2955 313 313 #TARBALLPATH ?= $(abspath $(PATH_ROOT)/..) - this should also do the trick without spawning a shell. 314 314 # the root directory inside the tarball 315 TARBALLROOT ?= VirtualBox-OSE-$(VBOX_VERSION )315 TARBALLROOT ?= VirtualBox-OSE-$(VBOX_VERSION_STRING) 316 316 # the name of the tarball file 317 TARBALLNAME ?= VirtualBox-OSE-$(VBOX_VERSION ).tar.bz2317 TARBALLNAME ?= VirtualBox-OSE-$(VBOX_VERSION_STRING).tar.bz2 318 318 snapshot: 319 319 @$(call MSG_L1,Creating tarball $(TARBALLPATH)/$(TARBALLNAME))
Note:
See TracChangeset
for help on using the changeset viewer.