view more/dev-environment-from-build.sh @ 1318:a44deb7b4ee0 1.0.1

Busybox 1.18.0 doesn't build on Ubuntu 9.04. This fixes it.
author Rob Landley <rob@landley.net>
date Wed, 08 Dec 2010 02:42:07 -0600
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