[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [OSSTEST PATCH 15/15] ts-kernel-build: Move main program to bottom of script



Having it in the middle makes it quite hard to find !

No functional change.

Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 ts-kernel-build | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/ts-kernel-build b/ts-kernel-build
index 29c6c43d..b9ba9ef5 100755
--- a/ts-kernel-build
+++ b/ts-kernel-build
@@ -466,20 +466,6 @@ sub fwinstall () {
 END
 }
 
-checkarch();
-checkout();
-config();
-build();
-kinstall();
-if ($r{tree_linuxfirmware}) {
-    fwbuild();
-    fwinstall();
-}
-built_stash($ho, $builddir, 'dist', 'kerndist');
-built_stash_debugfile($ho, $builddir, 'vmlinux', 'linux/vmlinux');
-built_compress_stashed('vmlinux');
-built_stash_debugfile($ho, $builddir, 'config', 'linux/.config');
-
 sub enable_xen_config () {
     return <<'END';
 #!/bin/sh
@@ -633,3 +619,17 @@ setopt CONFIG_TEGRA_HOST1X n
 exit 0
 END
 }
+
+checkarch();
+checkout();
+config();
+build();
+kinstall();
+if ($r{tree_linuxfirmware}) {
+    fwbuild();
+    fwinstall();
+}
+built_stash($ho, $builddir, 'dist', 'kerndist');
+built_stash_debugfile($ho, $builddir, 'vmlinux', 'linux/vmlinux');
+built_compress_stashed('vmlinux');
+built_stash_debugfile($ho, $builddir, 'config', 'linux/.config');
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.