aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debugger
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-13 11:24:00 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-13 11:24:00 +0100
commitba4a95bee14a8101f839df32453014856b6ff511 (patch)
tree2903840cf5988058a67a4775781655238c2b8952 /tools/debugger
parent9d35d99a033659d07c48b485578b0f20592744e7 (diff)
downloadxen-ba4a95bee14a8101f839df32453014856b6ff511.tar.gz
xen-ba4a95bee14a8101f839df32453014856b6ff511.tar.bz2
xen-ba4a95bee14a8101f839df32453014856b6ff511.zip
In some cases, say for instance for some bizzare reason
the tree was checked out of CVS, which doens't neccessarily store file permissions, mkbuildtree may not be executable. So run them explicitly via bash. Signed-Off-By: Horms <horms@verge.net.au>
Diffstat (limited to 'tools/debugger')
-rwxr-xr-xtools/debugger/gdb/gdbbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debugger/gdb/gdbbuild b/tools/debugger/gdb/gdbbuild
index fbd225a0c0..419adab61d 100755
--- a/tools/debugger/gdb/gdbbuild
+++ b/tools/debugger/gdb/gdbbuild
@@ -7,7 +7,7 @@ rm -rf gdb-6.2.1 gdb-6.2.1-linux-i386-xen
tar xjf gdb-6.2.1.tar.bz2
cd gdb-6.2.1-xen-sparse
-./mkbuildtree ../gdb-6.2.1
+bash ./mkbuildtree ../gdb-6.2.1
cd ..
mkdir gdb-6.2.1-linux-i386-xen