From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org, Anthony Liguori <aliguori@amazon.com>
Subject: Re: [Qemu-devel] [PATCH] build: Fix installation of target-dependent files
Date: Fri, 07 Mar 2014 08:32:52 +0100 [thread overview]
Message-ID: <53197624.5090703@redhat.com> (raw)
In-Reply-To: <877g867qkh.fsf@fimbulvetr.bsc.es>
Il 07/03/2014 02:19, Lluís Vilanova ha scritto:
> Lluís Vilanova writes:
>
>> Lluís Vilanova writes:
>>> Pass all the relevant sub-directory make variables.
>
>> Ping.
>
> Ping^2
>
>
>> Thanks,
>> Lluis
>
>
>>> Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
>>> ---
>>> Makefile | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>>> diff --git a/Makefile b/Makefile
>>> index bdff4e4..02ae76d 100644
>>> --- a/Makefile
>>> +++ b/Makefile
>>> @@ -366,7 +366,7 @@ endif
>>> $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(qemu_datadir)/keymaps"; \
>>> done
>>> for d in $(TARGET_DIRS); do \
>>> - $(MAKE) -C $$d $@ || exit 1 ; \
>>> + $(MAKE) $(SUBDIR_MAKEFLAGS) TARGET_DIR=$$d/ -C $$d $@ || exit 1 ; \
>>> done
>
>>> # various test targets
>
>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Paolo
next prev parent reply other threads:[~2014-03-07 7:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-20 11:21 [Qemu-devel] [PATCH] build: Fix installation of target-dependent files Lluís Vilanova
2014-02-10 20:00 ` Lluís Vilanova
2014-03-07 1:19 ` Lluís Vilanova
2014-03-07 7:32 ` Paolo Bonzini [this message]
2014-03-08 12:17 ` Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2014-01-09 10:54 Lluís Vilanova
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=53197624.5090703@redhat.com \
--to=pbonzini@redhat.com \
--cc=aliguori@amazon.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.