aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-17 13:22:24 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-17 13:22:24 +0100
commit2fe0ea05b4c22d6d1e735ee0f1d040c43dab0235 (patch)
tree0bf31e993f040bcc3d78d518d9b8b62dc9fdd9bf /buildconfigs
parente30b0f0e5ed1ad74e6ea07e642e1ca4e9e11913a (diff)
downloadxen-2fe0ea05b4c22d6d1e735ee0f1d040c43dab0235.tar.gz
xen-2fe0ea05b4c22d6d1e735ee0f1d040c43dab0235.tar.bz2
xen-2fe0ea05b4c22d6d1e735ee0f1d040c43dab0235.zip
Allow use of foo.local buildconfig overrides.
From: Jeremy Fitzhardinge <jeremy@goop.org> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/create_config.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildconfigs/create_config.sh b/buildconfigs/create_config.sh
index 7874f7e53c..76b7a484fe 100644
--- a/buildconfigs/create_config.sh
+++ b/buildconfigs/create_config.sh
@@ -20,6 +20,7 @@ systype=$4
#
skeleton=buildconfigs/linux-defconfig_${extraversion}_${target_arch}${systype}
[ -r $skeleton ] || skeleton=buildconfigs/linux-defconfig_xen_x86_32
+[ -r $skeleton.local ] && skeleton=$skeleton.local
cp $skeleton $config_file