view run-from-build.sh @ 975:55cf620008b4

Cosmetic: make mke2fs much less verbose.
author Rob Landley <rob@landley.net>
date Sat, 06 Feb 2010 01:01:09 -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