view run-from-build.sh @ 981:c6b3d648ead6

Cleanups and comments.
author Rob Landley <rob@landley.net>
date Sun, 21 Feb 2010 12:03:28 -0600
parents fc134a13357e
children ac61473c45e8
line wrap: on
line source

#!/bin/bash

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

export PATH="$(pwd)/build/host:$(pwd)/build/"{,simple-}"cross-compiler-$1/bin:$PATH"

# Run development environment.

cd build/system-image-"$1" && ./dev-environment.sh