comparison build.sh @ 699:c746eaf74222

Remove debugging detritus.
author Rob Landley <rob@landley.net>
date Mon, 06 Apr 2009 01:58:36 -0500
parents ef758aacab0b
children 20ba34b54140
comparison
equal deleted inserted replaced
698:9e2a020195d3 699:c746eaf74222
26 if [ -f "build/cross-compiler-$i.tar.bz2" ] 26 if [ -f "build/cross-compiler-$i.tar.bz2" ]
27 then 27 then
28 echo "=== Skipping cross-compiler-$i (already there)" 28 echo "=== Skipping cross-compiler-$i (already there)"
29 else 29 else
30 rm -rf "build/mini-native-$i.tar.bz2" 30 rm -rf "build/mini-native-$i.tar.bz2"
31 echo hello
32 time ./cross-compiler.sh $i || exit 1 31 time ./cross-compiler.sh $i || exit 1
33 fi 32 fi
34 echo "=== native ($i)" 33 echo "=== native ($i)"
35 if [ -f "build/mini-native-$i.tar.bz2" ] 34 if [ -f "build/mini-native-$i.tar.bz2" ]
36 then 35 then