changeset 1055:5cce9954d37f

Delete the right temp file, and don't set ARCH when HOST already has the right value.
author Rob Landley <rob@landley.net>
date Tue, 04 May 2010 00:48:08 -0500
parents 37c7bd84c777
children 4a6f0088450c
files sources/more/native-build.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sources/more/native-build.sh	Mon May 03 09:08:27 2010 -0500
+++ b/sources/more/native-build.sh	Tue May 04 00:48:08 2010 -0500
@@ -54,8 +54,8 @@
 
 echo === Begin native build for $ARCH
 
-rm -f sources/system-image-"$ARCH"/hdb.img
-HDC="$HDCFILE" KERNEL_EXTRA="OUTPORT=$FTP_PORT ARCH=$ARCH" \
+rm -f build/system-image-"$ARCH"/hdb.img
+HDC="$HDCFILE" KERNEL_EXTRA="OUTPORT=$FTP_PORT" \
    $DO_TIMEOUT ./run-from-build.sh "$ARCH"
 
 echo === End native build for $ARCH