WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] pdb: get rid of absolute path in module makefile

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] pdb: get rid of absolute path in module makefile
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 13 Jul 2005 04:24:10 -0400
Delivery-date: Wed, 13 Jul 2005 08:24:32 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User ach61@xxxxxxxxxxxxxxxxxxxxxx
# Node ID faf7e6254712e54628dcf5861ab385cdd38b95f4
# Parent  3b48277a9dd0d24bb7713e29740127afaacea905

pdb: get rid of absolute path in module makefile

diff -r 3b48277a9dd0 -r faf7e6254712 
tools/debugger/pdb/linux-2.6-module/Makefile
--- a/tools/debugger/pdb/linux-2.6-module/Makefile      Tue Jul 12 17:23:38 2005
+++ b/tools/debugger/pdb/linux-2.6-module/Makefile      Tue Jul 12 17:31:16 2005
@@ -1,5 +1,6 @@
-XEN_ROOT=/anfs/nos1/ach61/bk
-KDIR=$(XEN_ROOT)/linux-2.6.11-xenU
+XEN_ROOT=../../../..
+LINUX_DIR  = linux-2.6.12-xenU
+KDIR       = $(XEN_ROOT)/$(LINUX_DIR)
 
 obj-m    += pdb.o
 pdb-objs += module.o

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] pdb: get rid of absolute path in module makefile, Xen patchbot -unstable <=