view emulator-build.sh @ 338:01b25c2cf04d

Less verbose name that doesn't interfere with tab completion of build.sh.
author Rob Landley <rob@landley.net>
date Fri, 30 May 2008 13:19:37 -0500
parents build-under-emulator.sh@77c10235464d
children 25b18621de1b
line wrap: on
line source

#!/bin/bash

source include.sh

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