- Timestamp:
- Aug 17, 2012 3:25:50 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80142
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r42307 r42870 1407 1407 TARBALLPATH ?= $(abspath $(PATH_ROOT)/..) 1408 1408 # the root directory inside the tarball 1409 TARBALLROOT ?= VirtualBox-$(subst _OSE,,$(VBOX_VERSION_STRING _RAW))1409 TARBALLROOT ?= VirtualBox-$(subst _OSE,,$(VBOX_VERSION_STRING)) 1410 1410 # the name of the tarball file 1411 TARBALLNAME ?= VirtualBox-$(subst _OSE,,$(VBOX_VERSION_STRING _RAW)).tar.bz21411 TARBALLNAME ?= VirtualBox-$(subst _OSE,,$(VBOX_VERSION_STRING)).tar.bz2 1412 1412 snapshot-ose: 1413 1413 @$(call MSG_L1,Creating tarball $(TARBALLPATH)/$(TARBALLNAME))
Note:
See TracChangeset
for help on using the changeset viewer.