view more/dev-environment-from-build.sh @ 1241:359005137220

Update the README for the download directory, noting simple-root-filesystem and the move to the "extras" directory.
author Rob Landley <rob@landley.net>
date Tue, 07 Sep 2010 03:48:35 -0500
parents 6173bb6f3b2c
children
line wrap: on
line source

#!/bin/bash

# Run development environment out of build directory, using host-tools.sh if
# available.

cd build/system-image-"$1" &&
  PATH="$(pwd)/build/host:$PATH" ./dev-environment.sh