qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Amit Shah <amit.shah@redhat.com>
To: qemu-devel@nongnu.org
Cc: Amit Shah <amit.shah@redhat.com>
Subject: [Qemu-devel] [PATCH 3/4] Update Makefile to copy the cpudef files to install location
Date: Wed, 11 Feb 2009 18:45:13 +0530	[thread overview]
Message-ID: <1234358114-23390-4-git-send-email-amit.shah@redhat.com> (raw)
In-Reply-To: <1234358114-23390-3-git-send-email-amit.shah@redhat.com>

The x86 cpudef files are to be copied in $(PREFIX)/share/qemu/cpudefs/

Signed-off-by: Amit Shah <amit.shah@redhat.com>
---
 qemu/Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/qemu/Makefile b/qemu/Makefile
index 4f7a55a..1aefc48 100644
--- a/qemu/Makefile
+++ b/qemu/Makefile
@@ -246,6 +246,10 @@ ifndef CONFIG_WIN32
 		$(INSTALL) -m 644 $(SRC_PATH)/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \
 	done
 endif
+
+	mkdir -p "$(DESTDIR)$(datadir)/cpudefs"
+	$(INSTALL) -m 644 $(SRC_PATH)/target-i386/cpudefs/* "$(DESTDIR)$(datadir)/cpudefs";
+
 	for d in $(TARGET_DIRS); do \
 	$(MAKE) -C $$d $@ || exit 1 ; \
         done
-- 
1.6.0.6

  reply	other threads:[~2009-02-11 13:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-11 13:15 [Qemu-devel] Support for out-of-code cpu definitions Amit Shah
2009-02-11 13:15 ` [Qemu-devel] [PATCH 1/4] Introduce get_datafile_dir() to replace bios_dir Amit Shah
2009-02-11 13:15   ` [Qemu-devel] [PATCH 2/4] Add independent cpu definitions for the coreduo and core2duo cpu types Amit Shah
2009-02-11 13:15     ` Amit Shah [this message]
2009-02-11 13:15       ` [Qemu-devel] [PATCH 4/4] Support for cpudef files placed in the share/ directory Amit Shah
2009-02-11 15:11 ` [Qemu-devel] Support for out-of-code cpu definitions Blue Swirl
2009-02-11 15:21   ` 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=1234358114-23390-4-git-send-email-amit.shah@redhat.com \
    --to=amit.shah@redhat.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 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).