view run-from-build.sh @ 877:34f7bf3f79a3

Added tag 0.9.8 for changeset 563c1abb06d0
author Rob Landley <rob@landley.net>
date Sat, 07 Nov 2009 00:22:13 -0600
parents 4bfe2b34dd9f
children abff74b958a1
line wrap: on
line source

#!/bin/bash

# Grab cross compiler (for distcc) and run development environment.

export PATH="$(pwd)/build/host:$(pwd)/build/cross-compiler-$1/bin:$PATH" &&
cd build/system-image-"$1" &&
./dev-environment.sh