mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-03 08:38:46 +00:00
Don't hardcode the host architecture name.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3276 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ff1aaf65e7
commit
4887d78b01
2
Makefile
2
Makefile
@ -132,7 +132,7 @@ tar:
|
|||||||
|
|
||||||
# generate a binary distribution
|
# generate a binary distribution
|
||||||
tarbin:
|
tarbin:
|
||||||
( cd / ; tar zcvf ~/qemu-$(VERSION)-i386.tar.gz \
|
( cd / ; tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \
|
||||||
$(bindir)/qemu \
|
$(bindir)/qemu \
|
||||||
$(bindir)/qemu-system-ppc \
|
$(bindir)/qemu-system-ppc \
|
||||||
$(bindir)/qemu-system-ppc64 \
|
$(bindir)/qemu-system-ppc64 \
|
||||||
|
Loading…
Reference in New Issue
Block a user