view emulator-build.sh @ 380:d840968ff9a3

Added tag 0.9.0 for changeset 2925f71bce99
author Rob Landley <rob@landley.net>
date Wed, 06 Aug 2008 16:44:02 -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"