qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH] Makefile: Remove 'tarbin' target
Date: Wed, 14 Sep 2011 12:20:19 -0500	[thread overview]
Message-ID: <4E70E253.2030800@us.ibm.com> (raw)
In-Reply-To: <CAFEAcA8ivMQbYuaKDUfULsqdMGvLCSLCaBj9q8uCy3nUEo+Rjw@mail.gmail.com>

On 09/14/2011 11:25 AM, Peter Maydell wrote:
> Ping? Anthony? (I should probably have cc'd you in the first place,
> sorry)

Weird.  I dropped this patch but I don't know why.  Doesn't look like I 
sent out a mail about it.  I'll requeue it.

Regards,

Anthony Liguori

>
> -- PMM
>
> On 2 September 2011 17:15, Peter Maydell<peter.maydell@linaro.org>  wrote:
>> 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>
>> ---
>> Who distributes binaries in tarballs these days anyway? :-)
>>
>>   Makefile |   37 -------------------------------------
>>   1 files changed, 0 insertions(+), 37 deletions(-)
>>
>> diff --git a/Makefile b/Makefile
>> index 8606849..4f2bda1 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -364,42 +364,5 @@ tar:
>>         cd /tmp&&  tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS --exclude .git --exclude .svn
>>         rm -rf /tmp/$(FILE)
>>
>> -SYSTEM_TARGETS=$(filter %-softmmu,$(TARGET_DIRS))
>> -SYSTEM_PROGS=$(patsubst qemu-system-i386,qemu, \
>> -             $(patsubst %-softmmu,qemu-system-%, \
>> -             $(SYSTEM_TARGETS)))
>> -
>> -USER_TARGETS=$(filter %-user,$(TARGET_DIRS))
>> -USER_PROGS=$(patsubst %-bsd-user,qemu-%, \
>> -           $(patsubst %-darwin-user,qemu-%, \
>> -           $(patsubst %-linux-user,qemu-%, \
>> -           $(USER_TARGETS))))
>> -
>> -# generate a binary distribution
>> -tarbin:
>> -       cd /&&  tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \
>> -       $(patsubst %,$(bindir)/%, $(SYSTEM_PROGS)) \
>> -       $(patsubst %,$(bindir)/%, $(USER_PROGS)) \
>> -       $(bindir)/qemu-img \
>> -       $(bindir)/qemu-nbd \
>> -       $(datadir)/bios.bin \
>> -       $(datadir)/vgabios.bin \
>> -       $(datadir)/vgabios-cirrus.bin \
>> -       $(datadir)/ppc_rom.bin \
>> -       $(datadir)/openbios-sparc32 \
>> -       $(datadir)/openbios-sparc64 \
>> -       $(datadir)/openbios-ppc \
>> -       $(datadir)/pxe-e1000.rom \
>> -       $(datadir)/pxe-eepro100.rom \
>> -       $(datadir)/pxe-ne2k_pci.rom \
>> -       $(datadir)/pxe-pcnet.rom \
>> -       $(datadir)/pxe-rtl8139.rom \
>> -       $(datadir)/pxe-virtio.rom \
>> -       $(docdir)/qemu-doc.html \
>> -       $(docdir)/qemu-tech.html \
>> -       $(mandir)/man1/qemu.1 \
>> -       $(mandir)/man1/qemu-img.1 \
>> -       $(mandir)/man8/qemu-nbd.8
>> -
>>   # Include automatically generated dependency files
>>   -include $(wildcard *.d audio/*.d slirp/*.d block/*.d net/*.d ui/*.d qapi/*.d qga/*.d)
>> --
>> 1.7.1

  reply	other threads:[~2011-09-14 17:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-02 16:15 [Qemu-devel] [PATCH] Makefile: Remove 'tarbin' target Peter Maydell
2011-09-14 16:25 ` Peter Maydell
2011-09-14 17:20   ` Anthony Liguori [this message]
2011-09-16 13:28 ` Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2011-09-16 14:40 Peter Maydell
2011-09-23 18:50 ` Anthony Liguori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E70E253.2030800@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=patches@linaro.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).