From cddbcd7143c4207fe2dff78df817d80e71a3bab3 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 23 Jul 2010 17:50:05 +0100 Subject: tools and Makefiles: introduce and use new SYSCONFIG_DIR variable On SuSE the configuration files in /etc/sysconfig/ will be updated in a smart way from templates found in /var/adm/fillup-templates/ Introduce new variable SYSCONFIG_DIR for Linux installations. Now only one place needs patching, or it can be specified as option to make(1). Signed-off-by: Olaf Hering Acked-by: Ian Jackson Committed-by: Ian Jackson --- config/StdGNU.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/StdGNU.mk b/config/StdGNU.mk index aa6248801e..9f957e8f17 100644 --- a/config/StdGNU.mk +++ b/config/StdGNU.mk @@ -48,6 +48,9 @@ CONFIG_DIR = /etc else CONFIG_DIR = $(PREFIX)/etc endif + +SYSCONFIG_DIR = $(CONFIG_DIR)/sysconfig + XEN_CONFIG_DIR = $(CONFIG_DIR)/xen XEN_SCRIPT_DIR = $(XEN_CONFIG_DIR)/scripts -- cgit v1.2.3