Mercurial > hg > aboriginal
view run-from-build.sh @ 1012:4d59b8946220
Bugfix by David Seikel: don't append .tar.bz2 twice to BINARY_PACKAGE_TARBALLS.
author | Rob Landley <rob@landley.net> |
---|---|
date | Fri, 26 Mar 2010 13:02:14 -0500 |
parents | fc134a13357e |
children | ac61473c45e8 |
line wrap: on
line source
#!/bin/bash # Grab cross compiler (for distcc) and run development environment. export PATH="$(pwd)/build/host:$(pwd)/build/"{,simple-}"cross-compiler-$1/bin:$PATH" # Run development environment. cd build/system-image-"$1" && ./dev-environment.sh