From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Yang, Sheng" Subject: [PATCH] kvm: external module: Remove 'include/asm' before execute 'ln' Date: Thu, 20 Dec 2007 14:24:52 +0800 Message-ID: <200712201424.52990.sheng.yang@intel.com> Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_0qgaHCmQ/hA/mMY" To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org --Boundary-00=_0qgaHCmQ/hA/mMY Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =46rom 33d84813131809e962a4cd8cae9b66a9062fa8db Mon Sep 17 00:00:00 2001 =46rom: Sheng Yang Date: Thu, 20 Dec 2007 14:22:18 +0800 Subject: [PATCH] kvm: external module: Remove 'include/asm' before=20 execute 'ln' We use 'ln -sf' to refresh the symbolic now. But if 'include/asm' is a=20 directory (as in old layout), 'ln' will give wrong result. Signed-off-by: Sheng Yang =2D-- kernel/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index d409a0a..e5d9fff 100644 =2D-- a/kernel/Makefile +++ b/kernel/Makefile @@ -35,7 +35,8 @@ sync: "$(LINUX)"/./include/linux/kvm*.h \ "$(LINUX)"/./include/asm-x86/kvm*.h \ tmp/ =2D ln -sf asm-x86 include/asm + rm -rf include/asm + ln -s asm-x86 include/asm =20 $(call unifdef, include/linux/kvm.h) $(call unifdef, include/linux/kvm_para.h) =2D-=20 1.5.3.4 --Boundary-00=_0qgaHCmQ/hA/mMY Content-Type: text/x-diff; charset="utf-8"; name="0001-kvm-external-module-Remove-include-asm-before-ex.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0001-kvm-external-module-Remove-include-asm-before-ex.patch" =46rom 33d84813131809e962a4cd8cae9b66a9062fa8db Mon Sep 17 00:00:00 2001 =46rom: Sheng Yang Date: Thu, 20 Dec 2007 14:22:18 +0800 Subject: [PATCH] kvm: external module: Remove 'include/asm' before execute = 'ln' We use 'ln -sf' to refresh the symbolic now. But if 'include/asm' is a dire= ctory (as in old layout), 'ln' will give wrong result. Signed-off-by: Sheng Yang =2D-- kernel/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index d409a0a..e5d9fff 100644 =2D-- a/kernel/Makefile +++ b/kernel/Makefile @@ -35,7 +35,8 @@ sync: "$(LINUX)"/./include/linux/kvm*.h \ "$(LINUX)"/./include/asm-x86/kvm*.h \ tmp/ =2D ln -sf asm-x86 include/asm + rm -rf include/asm + ln -s asm-x86 include/asm =20 $(call unifdef, include/linux/kvm.h) $(call unifdef, include/linux/kvm_para.h) =2D-=20 1.5.3.4 --Boundary-00=_0qgaHCmQ/hA/mMY Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace --Boundary-00=_0qgaHCmQ/hA/mMY Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel --Boundary-00=_0qgaHCmQ/hA/mMY--