mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
Make the tarball's VERSION part overridable from make invocation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2356 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
44cbbf18b9
commit
df5cf72160
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -128,7 +128,8 @@ dvi: qemu-doc.dvi qemu-tech.dvi
|
|||
|
||||
html: qemu-doc.html qemu-tech.html
|
||||
|
||||
FILE=qemu-$(shell cat VERSION)
|
||||
VERSION ?= $(shell cat VERSION)
|
||||
FILE = qemu-$(VERSION)
|
||||
|
||||
# tar release (use 'make -k tar' on a checkouted tree)
|
||||
tar:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue