Mercurial > hg > aboriginal
view run-from-build.sh @ 1171:e104d771ca17
Fluff up comments, and use blank_tempdir so re-running recreates all the images.
author | Rob Landley <rob@landley.net> |
---|---|
date | Sat, 17 Jul 2010 14:19:39 -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