[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] pdb: get rid of absolute path in module makefile
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |