aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-05-20 15:27:30 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-05-20 15:27:30 +0100
commit9f6d07bac9f14aaa8bafe38b4a217e61a3a57842 (patch)
tree2ead5886b741eb234383d15b1588da4807ae28a6 /tools/Makefile
parente7da8a7b69a23e0c906c7fb019061b82f943c9a6 (diff)
downloadxen-9f6d07bac9f14aaa8bafe38b4a217e61a3a57842.tar.gz
xen-9f6d07bac9f14aaa8bafe38b4a217e61a3a57842.tar.bz2
xen-9f6d07bac9f14aaa8bafe38b4a217e61a3a57842.zip
tools: get rid of hardcoded config dirs
Remove *all* hardcoded "/etc/xen" strings in python code. Additionally, it removes pygrub_path from osdep.py. Its use has been replaced with auxbin.pathTo("pygrub"). Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index d9208ca1b2..3209f2f8bd 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -94,7 +94,9 @@ ioemu-dir-find:
set -e; \
$(absolutify_xen_root); \
PREFIX=$(PREFIX); \
+ XEN_SCRIPT_DIR=$(XEN_SCRIPT_DIR); \
export PREFIX; \
+ export XEN_SCRIPT_DIR; \
cd ioemu-dir; \
./xen-setup $(IOEMU_CONFIGURE_CROSS)