From: t_jeang Date: Tue, 6 Jan 2009 12:06:02 +0000 (+0000) Subject: imported patch create_config.sh-x86_64-sane-default X-Git-Tag: utility-guest X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=89da5e7c4ca08643d56a2e2e2754406e0d3d086c;p=xenclient%2Fkernel.git imported 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