# HG changeset patch # User Rob Landley # Date 1415805657 21600 # Node ID dcb7e74a7a71c1f2e59fc063afe21b7a76f6f108 # Parent 012df19f8569ad8bd2d1e160b3643318ca4e6daf Tweak rebuild dependencies for ./build.sh $ARCH $STAGENAME diff -r 012df19f8569 -r dcb7e74a7a71 build.sh --- a/build.sh Wed Nov 12 09:20:03 2014 -0600 +++ b/build.sh Wed Nov 12 09:20:57 2014 -0600 @@ -107,7 +107,7 @@ then # If we need to build cross compiler, assume root filesystem is stale. - zap simple-root-filesystem linux-kernel + zap simple-root-filesystem cross-compiler native-compiler linux-kernel time ./simple-cross-compiler.sh "$ARCH" || exit 1 fi @@ -118,7 +118,7 @@ if [ ! -z "$CROSS_COMPILER_HOST" ] && not_already cross-compiler then - zap simple-root-filesystem linux-kernel + zap simple-root-filesystem native-compiler linux-kernel # Build the host compiler if necessary @@ -140,7 +140,6 @@ zap root-filesystem root-image time ./simple-root-filesystem.sh "$ARCH" || exit 1 - fi # Build a native compiler. It's statically linked by default so it can