diff cross-compiler.sh @ 96:137ba51ee993

Delete output directories on re-run, teach build to log and build multiple targets (in series), give hosttools its own target directory, add toybox to hosttools build (for gene2fs soon), update uClibc snapshot.
author Rob Landley <rob@landley.net>
date Thu, 01 Feb 2007 00:37:50 -0500
parents 153ba1a0b427
children 62f6268ff61b
line wrap: on
line diff
--- a/cross-compiler.sh	Mon Jan 29 14:41:37 2007 -0500
+++ b/cross-compiler.sh	Thu Feb 01 00:37:50 2007 -0500
@@ -4,6 +4,7 @@
 
 source include.sh
 
+rm -rf "${CROSS}"
 mkdir -p "${CROSS}" || dienow
 
 # Orange