diff build.sh @ 155:ce1ca3d0f95b 0.2.1

Put zImage-$ARCH in build directory, not mini-native-$ARCH, and eliminate run-mini-native.sh in favor of generating a run script per target.
author Rob Landley <rob@landley.net>
date Mon, 09 Apr 2007 12:09:40 -0400
parents 85582f847bd6
children dd60fbdf04c7
line wrap: on
line diff
--- a/build.sh	Mon Apr 09 12:06:12 2007 -0400
+++ b/build.sh	Mon Apr 09 12:09:40 2007 -0400
@@ -19,6 +19,7 @@
 do
   echo "=== Building ARCH $i"
   ./cross-compiler.sh $i || exit 1
+  echo "=== native ($i)"
   ./mini-native.sh $i || exit 1
   ./package-mini-native.sh $i || exit 1
 done