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)
commit0f9e51713da35d157b55bccc63eda8ea12862ed6
tree837945fcd57b97facbe6878c5e9991ec2cc1b59b
parent7008b7206da98ac7ff402b14ee56b99b11961421
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