Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 340e01248478ba8b78a6d4d1809b1eff > files > 193

kvm-83-270.el5_11.src.rpm

From 0c7b3c59307e77705595ed2fd19e653dee90c8cb Mon Sep 17 00:00:00 2001
From: Eduardo Habkost <ehabkost@redhat.com>
Date: Wed, 14 Oct 2009 12:35:20 -0300
Subject: [PATCH] RHEL 5.X/5.4.Z Makefile fix: ksm dir has no $(ARCH) prefix

RH-Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
Message-id: <1253848210-4853-1-git-send-email-lmr@redhat.com>
Patchwork-id: 3530
O-Subject: [PATCH] RHEL 5.X/5.4.Z Makefile fix: ksm dir has no $(ARCH) prefix
Bugzilla: 527722
RH-Acked-by: Eduardo Habkost <ehabkost@redhat.com>
RH-Acked-by: Juan Quintela <quintela@redhat.com>
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>

Get rid of that so make install works again. Should apply verbatim to the RHEL
maintenance branch as well

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
 kernel/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 kernel/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/Makefile b/kernel/Makefile
index 34fdf74..a808a1e 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -114,7 +114,7 @@ install:
 	mkdir -p $(DESTDIR)/$(INSTALLDIR)
 	cp $(ARCH_DIR)/*.ko $(DESTDIR)/$(INSTALLDIR)
 ifndef SKIP_KSM
-	cp $(ARCH_DIR)/ksm/*.ko $(DESTDIR)/$(INSTALLDIR)
+	cp ksm/*.ko $(DESTDIR)/$(INSTALLDIR)
 endif
 	for i in $(ORIGMODDIR)/drivers/kvm/*.ko \
 		 $(ORIGMODDIR)/arch/$(ARCH_DIR)/kvm/*.ko; do \
-- 
1.6.3.rc4.29.g8146