changeset 718:f63119db5afa

Fix a couple thinkos in buildall.
author Rob Landley <rob@landley.net>
date Sun, 19 Apr 2009 06:24:23 -0500
parents 5a3ebc77340c
children 428df726cf7f
files buildall.sh
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/buildall.sh	Sun Apr 19 03:11:49 2009 -0500
+++ b/buildall.sh	Sun Apr 19 06:24:23 2009 -0500
@@ -70,8 +70,7 @@
 for i in $BASEARCHES
 do
   mv build/{root-filesystem-$i,cross-compiler-$i} &&
-  mv root-filesystem-$i cross-$i &&
-  doforklog tar czf cross-compiler-$i.tar.bz2 cross-compiler-$i
+  doforklog tar czfC build/cross-compiler-$i.tar.bz2 build cross-compiler-$i
 done
 
 wait4background 0
@@ -83,7 +82,7 @@
 
 for i in $(cd sources/targets; ls)
 do
-  doforklog ./build.sh 2>&1 | tee out-$i.txt
+  doforklog ./build.sh $i 2>&1 | tee out-$i.txt
 done
 
 # Wait for hardware targets to complete