]> xenbits.xensource.com Git - people/ssmith/nc2-2.6.27.bak/.git/commitdiff
patch create_config.sh-x86_64-sane-default
authorSteven Smith <ssmith@weybridge.uk.xensource.com>
Thu, 28 May 2009 10:54:19 +0000 (11:54 +0100)
committerSteven Smith <ssmith@weybridge.uk.xensource.com>
Thu, 28 May 2009 10:54:19 +0000 (11:54 +0100)
buildconfigs/create_config.sh

index 685a06022628959b46d9faf37578b00004fbae1e..1c7fd8b7a2509cdf20d3978a1dde8852217e7d7b 100644 (file)
@@ -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