From: Jan Kiszka <jan.kiszka@siemens.com>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Avi Kivity <avi@redhat.com>, kvm-devel <kvm@vger.kernel.org>
Subject: [PATCH v2][STABLE-0.11] qemu-kvm: Fix optionrom install from out-of-tree builds
Date: Wed, 02 Sep 2009 18:27:14 +0200 [thread overview]
Message-ID: <4A9E9CE2.1080406@siemens.com> (raw)
In-Reply-To: <4A9E9521.8090907@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
v2: Removed another incorrect reference to $(SRC_PATH)
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index d1de788..f2b8885 100644
--- a/Makefile
+++ b/Makefile
@@ -305,8 +305,8 @@ ifneq ($(BLOBS),)
if [ -f $(SRC_PATH)/pc-bios/$$x ];then \
$(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
fi \
- ; if [ -f $(SRC_PATH)/pc-bios/optionrom/$$x ];then \
- $(INSTALL_DATA) $(SRC_PATH)/pc-bios/optionrom/$$x "$(DESTDIR)$(datadir)"; \
+ ; if [ -f pc-bios/optionrom/$$x ];then \
+ $(INSTALL_DATA) pc-bios/optionrom/$$x "$(DESTDIR)$(datadir)"; \
fi \
done
endif
prev parent reply other threads:[~2009-09-02 16:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-02 15:54 [PATCH][STABLE-0.11] qemu-kvm: Fix optionrom install from out-of-tree builds Jan Kiszka
2009-09-02 16:27 ` Jan Kiszka [this message]
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=4A9E9CE2.1080406@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
/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.