view emulator-build.sh @ 364:a9dfcdc8de35

Bump kernel to 2.6.25.10.
author Rob Landley <rob@landley.net>
date Sat, 12 Jul 2008 00:36:50 -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"