view run-from-build.sh @ 1200:8651437b2b44

Add DEBUG_PACKAGE config variable to build just one package with CPUS=1.
author Rob Landley <rob@landley.net>
date Tue, 10 Aug 2010 00:04:30 -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