view run-from-build.sh @ 951:e6fd6f4fe67d

Improved zilog serial fix from the ppc guys.
author Rob Landley <rob@landley.net>
date Thu, 14 Jan 2010 23:45:14 -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