aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
author <bruce.edge@gmail.com>2010-09-20 17:54:25 +0100
committer <bruce.edge@gmail.com>2010-09-20 17:54:25 +0100
commit744d6961f91581f603c0f285f52c4b23fa30ad4c (patch)
treeaa4234e9410ff44dc0abbea0d5f2e4b1b6ce66cc /config
parent1e7aadfdffeee8f6f62c7f06a34966d62d2c297f (diff)
downloadxen-744d6961f91581f603c0f285f52c4b23fa30ad4c.tar.gz
xen-744d6961f91581f603c0f285f52c4b23fa30ad4c.tar.bz2
xen-744d6961f91581f603c0f285f52c4b23fa30ad4c.zip
tools, build system: Make changing distro-specific layout aspects easier
Introduce CONFIG_LEAF_DIR, SUBSYS_DIR, INITD_DIR variables to cope better with variation between distributions. See docs/misc/distro_mapping.txt for details. Signed-off-by: Bruce Edge <bruce.edge@gmail.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'config')
-rw-r--r--config/StdGNU.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index 58ae2d90b1..89267b2c48 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -49,7 +49,7 @@ else
CONFIG_DIR = $(PREFIX)/etc
endif
-SYSCONFIG_DIR = $(CONFIG_DIR)/sysconfig
+SYSCONFIG_DIR = $(CONFIG_DIR)/$(CONFIG_LEAF_DIR)
XEN_CONFIG_DIR = $(CONFIG_DIR)/xen
XEN_SCRIPT_DIR = $(XEN_CONFIG_DIR)/scripts