aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/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/python/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/python/Makefile')
-rw-r--r--tools/python/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/python/Makefile b/tools/python/Makefile
index eccd652e03..7d9394cca9 100644
--- a/tools/python/Makefile
+++ b/tools/python/Makefile
@@ -23,6 +23,8 @@ genpath:
echo "LIBEXEC=\"$(LIBEXEC)\"" >> ${xenpath}
echo "LIBDIR=\"$(LIBDIR)\"" >> ${xenpath}
echo "PRIVATE_BINDIR=\"$(PRIVATE_BINDIR)\"" >> ${xenpath}
+ echo "XEN_CONFIG_DIR=\"$(XEN_CONFIG_DIR)\"" >> ${xenpath}
+ echo "XEN_SCRIPT_DIR=\"$(XEN_SCRIPT_DIR)\"" >> ${xenpath}
buildpy: genpath
CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py build