changeset 1755:6f81048998fe draft

The linux-kernel stage got merged back into system-image but build.sh dependencies weren't updated. (Oops.)
author Rob Landley <rob@landley.net>
date Tue, 14 Apr 2015 16:36:38 -0500
parents 86f6fbeaca18
children 79e08a2f2573
files build.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/build.sh	Sun Apr 12 23:31:30 2015 -0500
+++ b/build.sh	Tue Apr 14 16:36:38 2015 -0500
@@ -116,7 +116,7 @@
 then
   # If we need to build cross compiler, assume root filesystem is stale.
 
-  zap root-filesystem cross-compiler native-compiler linux-kernel
+  zap root-filesystem cross-compiler native-compiler system-image
 
   do_stage simple-cross-compiler "$ARCH"
 fi
@@ -127,7 +127,7 @@
 
 if [ ! -z "$CROSS_COMPILER_HOST" ] && not_already cross-compiler
 then
-  zap root-filesystem native-compiler linux-kernel
+  zap root-filesystem native-compiler system-image
 
   # Build the host compiler if necessary
 
@@ -144,7 +144,7 @@
 if not_already root-filesystem
 then
   zap system-image
-  [ "$SYSIMAGE_TYPE" == rootfs ] && zap linux-kernel
+  [ "$SYSIMAGE_TYPE" == rootfs ] && zap system-image
 
   do_stage root-filesystem "$ARCH"
 fi