view run-from-build.sh @ 1020:b9319aa31df8 0.9.11

Always make mke2fs, run-from-build.sh can't make hdb.img otherwise.
author Rob Landley <rob@landley.net>
date Mon, 29 Mar 2010 07:48:57 -0500
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