changeset 755:38534e7a4844

Largely cosmetic change.
author Rob Landley <rob@landley.net>
date Sun, 21 Jun 2009 19:41:40 -0500
parents 89d64cd65563
children 71669a9c9ca2
files buildall.sh
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/buildall.sh	Sun Jun 21 19:27:50 2009 -0500
+++ b/buildall.sh	Sun Jun 21 19:41:40 2009 -0500
@@ -5,8 +5,6 @@
 
 . sources/functions.sh || exit 1
 
-rm -rf build
-
 [ -z "${ARCHES}" ] &&
   ARCHES="$(cd sources/targets/; ls | grep -v '^hw-')"
 [ -z "$ALLARCHES" ] &&
@@ -33,6 +31,7 @@
 # Perform initial setup that doesn't parallelize well: Download source,
 # build host tools, extract source.
 
+blank_tempdir build
 (./download.sh && ./host-tools.sh && ./download.sh --extract || dienow ) 2>&1 |
   tee out-host.txt