view run-from-build.sh @ 917:a181d81540ed

Make smoketest-all.sh list architectures that didn't successfully make a system image as status "NONE".
author Rob Landley <rob@landley.net>
date Thu, 03 Dec 2009 01:38:21 -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