qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/4] Update Makefile to copy the cpudef files to ins


From: Amit Shah
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

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

Signed-off-by: Amit Shah <address@hidden>
---
 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 via email to

[Prev in Thread] Current Thread [Next in Thread]