view emulator-build.sh @ 429:2dd70124d38b

Tweak patch to be more correct, and add alt-busybox symlink.
author Rob Landley <rob@landley.net>
date Wed, 29 Oct 2008 21:23:29 -0500
parents 25b18621de1b
children 06a005fcdacc
line wrap: on
line source

#!/bin/bash

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

cd "${BUILD}/system-image-$ARCH" &&
PATH="$HOSTTOOLS:$PATH" ./run-with-distcc.sh "$CROSS"