view run-from-build.sh @ 914:8a698351f241

Tweak sequencing to build cross-static properly.
author Rob Landley <rob@landley.net>
date Thu, 03 Dec 2009 01:17:39 -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