view run-from-build.sh @ 1083:cb4dbdb7f2cd

Make BUILD_STATIC take comma separated list of packages, or "all" or "none". Default behavior should remain the same.
author Rob Landley <rob@landley.net>
date Sun, 16 May 2010 02:26:03 -0500
parents ac61473c45e8
children 690b2f4cbbd3
line wrap: on
line source

#!/bin/bash

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

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

# Run development environment.

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