From: Steven Smith Date: Thu, 28 May 2009 10:54:19 +0000 (+0100) Subject: patch create_config.sh-x86_64-sane-default X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=22c70078f4d8a7bac690dd84409012967c8b15ec;p=people%2Fssmith%2Fnc2-2.6.27.bak%2F.git patch create_config.sh-x86_64-sane-default --- diff --git a/buildconfigs/create_config.sh b/buildconfigs/create_config.sh index 685a0602..1c7fd8b7 100644 --- a/buildconfigs/create_config.sh +++ b/buildconfigs/create_config.sh @@ -19,6 +19,7 @@ systype=$4 # Derive from linux-defconfig_xen_x86_32 otherwise. # skeleton=buildconfigs/linux-defconfig_${extraversion#-}_${target_arch}${systype} +[ -r $skeleton ] || skeleton=buildconfigs/linux-defconfig_xen_${target_arch} [ -r $skeleton ] || skeleton=buildconfigs/linux-defconfig_xen_x86_32 [ -r $skeleton.local ] && skeleton=$skeleton.local cp $skeleton $config_file