view run-from-build.sh @ 870:2330aa12c5f9

Now that we cross compile busybox statically by default, remove it from native build.
author Rob Landley <rob@landley.net>
date Thu, 29 Oct 2009 22:43:13 -0500
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