view run-from-build.sh @ 1195:41fdac77a907

Change how to filter out (currently) unusable busybox apps, and add mke2fs to force e2fsprogs build.
author Rob Landley <rob@landley.net>
date Thu, 05 Aug 2010 12:31:01 -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