diff build.sh @ 93:153ba1a0b427

Break out the qemu build (and squashfs) into something easy to comment out, at least until qemu-0.9.0 ships. (If you skip the host-tools.sh build, it'll expect qemu to already be installed on the host system.)
author Rob Landley <rob@landley.net>
date Mon, 29 Jan 2007 11:50:49 -0500
parents f510ed16a6a0
children 137ba51ee993
line wrap: on
line diff
--- a/build.sh	Fri Jan 26 11:56:09 2007 -0500
+++ b/build.sh	Mon Jan 29 11:50:49 2007 -0500
@@ -1,5 +1,6 @@
 #!/bin/sh
 
 ./download.sh &&
+./host-tools.sh $1 &&
 ./cross-compiler.sh $1 &&
 ./mini-native.sh $1