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] Use hg root instead of bk root.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 4999a05b568f7cdd228e0b65ce5ad03268fcc794
# Parent  82af26d5d134525e44b225930a45fcd8b7ec2d53

Use hg root instead of bk root.

Signed-off-by: Arun Sharma <arun.sharma@xxxxxxxxx>

diff -r 82af26d5d134 -r 4999a05b568f tools/debugger/gdb/gdbbuild
--- a/tools/debugger/gdb/gdbbuild       Mon Jul 25 21:02:50 2005
+++ b/tools/debugger/gdb/gdbbuild       Mon Jul 25 21:03:05 2005
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-XENROOT=`bk root`
+XENROOT=`hg root`
 export XENROOT
 
 cd $XENROOT/tools/debugger/gdb

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Use hg root instead of bk root., Xen patchbot -unstable <=