# HG changeset patch # User Rob Landley # Date 1272952088 18000 # Node ID 5cce9954d37ff60275a0356c0a9fe1a5e001de21 # Parent 37c7bd84c7773d7f1feb08339614ac9f99be23c1 Delete the right temp file, and don't set ARCH when HOST already has the right value. diff -r 37c7bd84c777 -r 5cce9954d37f sources/more/native-build.sh --- 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