Changeset 4448 in vbox
- Timestamp:
- Aug 30, 2007 3:39:15 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r4398 r4448 311 311 #TARBALLPATH ?= $(abspath $(PATH_ROOT)/..) - this should also do the trick without spawning a shell. 312 312 # the root directory inside the tarball 313 TARBALLROOT ?= VirtualBox- OSE-$(VBOX_VERSION_STRING)313 TARBALLROOT ?= VirtualBox-$(VBOX_VERSION_STRING) 314 314 # the name of the tarball file 315 TARBALLNAME ?= VirtualBox- OSE-$(VBOX_VERSION_STRING).tar.bz2315 TARBALLNAME ?= VirtualBox-$(VBOX_VERSION_STRING).tar.bz2 316 316 snapshot: 317 317 @$(call MSG_L1,Creating tarball $(TARBALLPATH)/$(TARBALLNAME))
Note:
See TracChangeset
for help on using the changeset viewer.

