]> git.proxmox.com Git - qemu.git/commit
Makefile: Remove 'tarbin' target
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Sep 2011 14:40:16 +0000 (15:40 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 23 Sep 2011 18:42:34 +0000 (13:42 -0500)
commit63467ddb616f3c94e1c689adce2817f138b80ffd
tree837945fcd57b97facbe6878c5e9991ec2cc1b59b
parent069c159e3935daea714f7b77bbe5f20bd99c4445
Makefile: Remove 'tarbin' target

Remove the 'tarbin' target -- it isn't used as part of the official
QEMU release process, and it's out of date (various new bios files
were never added to its list of files). It's better not to provide
it at all than to have a broken makefile target we never use or test.

(Creating a tarball by just pulling in binaries that have been installed
directly to the system you're running the build on is a bad idea anyway:
the better way to create a binary tarball would be just to install to
a temporary DESTDIR and then tar up that.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile