Mercurial > hg > aboriginal
view more/dev-environment-from-build.sh @ 1193:6173bb6f3b2c
Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
out of there in one go.
author | Rob Landley <rob@landley.net> |
---|---|
date | Thu, 05 Aug 2010 12:08:02 -0500 |
parents | |
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