view more/dev-environment-from-build.sh @ 1581:f9b0ebfbdd1b

Package upgrades for busybox and toybox, and add musl to the download list.
author Rob Landley <rob@landley.net>
date Sun, 17 Feb 2013 22:19:55 -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