From 9f6d07bac9f14aaa8bafe38b4a217e61a3a57842 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 20 May 2009 15:27:30 +0100 Subject: 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 --- tools/Rules.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/Rules.mk') diff --git a/tools/Rules.mk b/tools/Rules.mk index 7718283544..53434d51fc 100644 --- a/tools/Rules.mk +++ b/tools/Rules.mk @@ -8,10 +8,6 @@ include $(XEN_ROOT)/Config.mk export _INSTALL := $(INSTALL) INSTALL = $(XEN_ROOT)/tools/cross-install -CONFIG_DIR = /etc -XEN_CONFIG_DIR = $(CONFIG_DIR)/xen -XEN_SCRIPT_DIR = $(XEN_CONFIG_DIR)/scripts - XEN_INCLUDE = $(XEN_ROOT)/tools/include XEN_XC = $(XEN_ROOT)/tools/python/xen/lowlevel/xc XEN_LIBXC = $(XEN_ROOT)/tools/libxc -- cgit v1.2.3