# HG changeset patch # User Rob Landley # Date 1238720049 18000 # Node ID ef758aacab0bae3b57fa89cf535bbb6f2753001f # Parent aad5da0c7454349a1f4c7c34ec4fc7bf921430a4 Whitespace fixes. diff -r aad5da0c7454 -r ef758aacab0b build.sh --- a/build.sh Wed Apr 01 06:40:24 2009 -0500 +++ b/build.sh Thu Apr 02 19:54:09 2009 -0500 @@ -27,7 +27,8 @@ then echo "=== Skipping cross-compiler-$i (already there)" else - rm -rf "build/mini-native-$i.tar.bz2" + rm -rf "build/mini-native-$i.tar.bz2" +echo hello time ./cross-compiler.sh $i || exit 1 fi echo "=== native ($i)" @@ -35,7 +36,7 @@ then echo "=== Skipping mini-native-$i (already there)" else - rm -rf "build/system-image-$i.tar.bz2" + rm -rf "build/system-image-$i.tar.bz2" time ./mini-native.sh $i || exit 1 fi