view run-from-build.sh @ 589:5b62607168fd

Silence a pointless warning so I don't get any more questions about it.
author Rob Landley <rob@landley.net>
date Fri, 16 Jan 2009 02:28:05 -0600
parents dd03aa5996e6
children 8e7db79a3d75
line wrap: on
line source

#!/bin/bash

SAVEPATH="$PATH"
source sources/include.sh
PATH="$SAVEPATH"

cd "${BUILD}/system-image-$ARCH_NAME" || exit 1

# A little paranoia.
fsck.ext2 -y "image-${ARCH}.ext2" </dev/null

# And run it, using the distccd we built (if necessary) and the cross-compiler.

PATH="$HOSTTOOLS:$PATH" ./run-emulator.sh --make-hdb 2048 --with-distcc "$CROSS"