view run-from-build.sh @ 1150:5ce47f84a1d1

Trim a busybox feature that contains a hardwired #ifdef staircase of known target types. (There's no excuse for that, and it breaks on chips it doesn't know about.)
author Rob Landley <rob@landley.net>
date Fri, 02 Jul 2010 12:46:35 -0500
parents 690b2f4cbbd3
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