From: Peter Maydell <peter.maydell@linaro.org>
To: "Chen Wei-Ren (陳韋任)" <chenwj@iis.sinica.edu.tw>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 4/6 v2] Makefile.target: Remove libqemu target
Date: Fri, 11 Nov 2011 15:00:01 +0000 [thread overview]
Message-ID: <CAFEAcA9WxThowvgF0HStHzvFciqK5+mEHgruO4byPxQik6B0qw@mail.gmail.com> (raw)
In-Reply-To: <1321023211-34566-5-git-send-email-chenwj@iis.sinica.edu.tw>
On 11 November 2011 14:53, Chen Wei-Ren (陳韋任) <chenwj@iis.sinica.edu.tw> wrote:
> Remove libqemu target from Makefile.target.
> diff --git a/Makefile.target b/Makefile.target
> index a111521..d1f7993 100644
> --- a/Makefile.target
> +++ b/Makefile.target
> @@ -92,14 +92,6 @@ tci-dis.o: QEMU_CFLAGS += -I$(SRC_PATH)/tcg -I$(SRC_PATH)/tcg/tci
>
> $(libobj-y): $(GENERATED_HEADERS)
>
> -# libqemu
> -
> -translate.o: translate.c cpu.h
> -
> -translate-all.o: translate-all.c cpu.h
> -
> -tcg/tcg.o: cpu.h
> -
This commit isn't doing what the commit message claims it does.
What you're actually removing is a set of manually inserted
dependencies of some object files on their source files and
on cpu.h. There is already no libqemu target in this makefile.
What you maybe wanted to remove is just the now out of date
comment line?
Now, I think those manually inserted dependencies shouldn't
be there, because the autogenerated .d files already cover
the dependencies they specify as far as I can tell.
But that would be a different commit entirely.)
-- PMM
next prev parent reply other threads:[~2011-11-11 15:00 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-11 14:53 [Qemu-devel] [PATCH 0/6 v2] Remove libqemu related stuff from QEMU source tree Chen Wei-Ren (陳韋任)
2011-11-11 14:53 ` [Qemu-devel] [PATCH 1/6 v2] tests/qruncom.c: Remove libqemu.a example Chen Wei-Ren (陳韋任)
2011-11-11 14:53 ` [Qemu-devel] [PATCH 2/6 v2] tests/Makefile: Remove qruncom target Chen Wei-Ren (陳韋任)
2011-11-11 15:02 ` Peter Maydell
2011-11-11 15:07 ` 陳韋任
2011-11-11 15:16 ` Peter Maydell
2011-11-11 15:19 ` Andreas Färber
2011-11-11 14:53 ` [Qemu-devel] [PATCH 3/6 v2] qemu-tech.texi: Remove libqemu related stuff from the document Chen Wei-Ren (陳韋任)
2011-11-11 14:53 ` [Qemu-devel] [PATCH 4/6 v2] Makefile.target: Remove libqemu target Chen Wei-Ren (陳韋任)
2011-11-11 15:00 ` Peter Maydell [this message]
2011-11-11 15:15 ` 陳韋任
2011-11-11 14:53 ` [Qemu-devel] [PATCH 5/6 v2] Makefile.objs: Remove libqemu_common.a from the comment Chen Wei-Ren (陳韋任)
2011-11-11 14:53 ` [Qemu-devel] [PATCH 6/6 v2] LICENSE: There is no libqemu.a anymore Chen Wei-Ren (陳韋任)
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=CAFEAcA9WxThowvgF0HStHzvFciqK5+mEHgruO4byPxQik6B0qw@mail.gmail.com \
--to=peter.maydell@linaro.org \
--cc=chenwj@iis.sinica.edu.tw \
--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).